From 92b3e03220c04faee2be19862e9f2ccf0872e319 Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Fri, 25 Mar 2016 15:46:59 -0700 Subject: [PATCH] increate timeout in 'leader election - rescheduling' test Signed-off-by: Victor Vieux --- test/integration/replication.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/replication.bats b/test/integration/replication.bats index 9280858f9d..1dc2c3ded6 100644 --- a/test/integration/replication.bats +++ b/test/integration/replication.bats @@ -134,7 +134,7 @@ function containerRunning() { # Wait for the container to be rescheduled # c1 should have been rescheduled from node-0 to node-1 - retry 5 1 containerRunning "c1" "node-1" + retry 15 1 containerRunning "c1" "node-1" # Check swarm id didn't change for c1 [[ "$swarm_id" == $(docker_swarm inspect -f '{{ index .Config.Labels "com.docker.swarm.id" }}' c1) ]]