Commit 27b9a0d
committed
[servicebus] Skip waiting for sql to be ready
By default, Azure ServiceBus emulator waits 15 seconds for sql to
be ready. Testcontainers is in charge of service readiness, so,
the emulator should skip waiting for sql.1 parent 485ef1d commit 27b9a0d
File tree
2 files changed
+2
-1
lines changed- modules/azure/src
- main/java/org/testcontainers/azure
- test/java/org/testcontainers/azure
2 files changed
+2
-1
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments