From 388b7b132fe905bf04f224bea750bde7ed8b6ce7 Mon Sep 17 00:00:00 2001 From: Dong Chen Date: Fri, 29 Jan 2016 13:26:42 -0800 Subject: [PATCH] Allow more retries for node validation. Signed-off-by: Dong Chen --- test/integration/helpers.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/helpers.bash b/test/integration/helpers.bash index 9d7767297f..92beadad9b 100644 --- a/test/integration/helpers.bash +++ b/test/integration/helpers.bash @@ -110,7 +110,7 @@ function swarm_manage() { discovery_check_swarm_info "${#HOSTS[@]}" "${SWARM_HOSTS[$i]}" # All nodes passes pending state - retry 5 1 nodes_validated + retry 15 1 nodes_validated } # Start the swarm manager in background.