From 19c0c0e6f919755b3c4e0d545d6403826ca6b5b2 Mon Sep 17 00:00:00 2001 From: Xian Chaobo Date: Thu, 3 Dec 2015 16:53:24 +0800 Subject: [PATCH] integration: fix retry time when check disconnect events Signed-off-by: Xian Chaobo --- test/integration/discovery/etcd.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/discovery/etcd.bats b/test/integration/discovery/etcd.bats index ac1070f98b..15b3501e1a 100644 --- a/test/integration/discovery/etcd.bats +++ b/test/integration/discovery/etcd.bats @@ -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"