increate timeout in 'leader election - rescheduling' test

Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
Victor Vieux 2016-03-25 15:46:59 -07:00
parent 2906a670a3
commit 92b3e03220
1 changed files with 1 additions and 1 deletions

View File

@ -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) ]]