integration: fix retry time when check disconnect events

Signed-off-by: Xian Chaobo <xianchaobo@huawei.com>
This commit is contained in:
Xian Chaobo 2015-12-03 16:53:24 +08:00
parent 913073ff5f
commit 19c0c0e6f9
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ function teardown() {
retry 15 1 discovery_check_swarm_info 0
# 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
kill "$events_pid"