mirror of https://github.com/docker/docs.git
integration: fix retry time when check disconnect events
Signed-off-by: Xian Chaobo <xianchaobo@huawei.com>
This commit is contained in:
parent
913073ff5f
commit
19c0c0e6f9
|
@ -143,7 +143,7 @@ function teardown() {
|
||||||
retry 15 1 discovery_check_swarm_info 0
|
retry 15 1 discovery_check_swarm_info 0
|
||||||
|
|
||||||
# Check disconnect events
|
# Check disconnect events
|
||||||
retry 5 1 grep -q "engine_disconnect" "$log_file"
|
retry 15 1 grep -q "engine_disconnect" "$log_file"
|
||||||
|
|
||||||
# Finally, clean up `docker events` and remove the log file
|
# Finally, clean up `docker events` and remove the log file
|
||||||
kill "$events_pid"
|
kill "$events_pid"
|
||||||
|
|
Loading…
Reference in New Issue