Skip to content

Commit dec55c4

Browse files
committed
Make docker swarm integration test more resilient when installing docker-ingress-routing-daemon
1 parent d67ab49 commit dec55c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/00-http-docker-swarm/node/docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ if [ "$NodeState" = "inactive" ] || [ "$NodeState" = "pending" ]; then
209209
IPs=$(echo $IPs | sed 's/,$//')
210210
211211
log "Running docker-ingress-routing-daemon --preexisting --ingress-gateway-ips $IPs --install ..."
212-
while true; do /usr/local/bin/docker-ingress-routing-daemon --preexisting --ingress-gateway-ips "$IPs" --install; sleep 1; done &
212+
while true; do /usr/local/bin/docker-ingress-routing-daemon --preexisting --iptables-wait-seconds 3 --ingress-gateway-ips "$IPs" --install; sleep 1; done &
213213
214214
fi
215215

0 commit comments

Comments
 (0)