Skip to content

Commit 33f6e14

Browse files
committed
Set sleepPollingTime on polling strategy
Current configuration should attempt 5 times and wait up til 1 second per time
1 parent a89de6e commit 33f6e14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,8 @@
735735
exposedPorts: [8080/tcp, 9990/tcp]
736736
await:
737737
strategy: polling
738+
sleepPollingTime: 1000
739+
iterations: 5
738740
portBindings:
739741
- exposedPort: 8080/tcp
740742
port: 8080

0 commit comments

Comments
 (0)