Commit ad2e8b1
authored
[servicebus] Skip waiting for sql to be ready (#10092)
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 ad2e8b1
2 files changed
Lines changed: 2 additions & 1 deletion
File tree
- modules/azure/src
- main/java/org/testcontainers/azure
- test/java/org/testcontainers/azure
Lines 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