Merge pull request #2069 from vieux/increase_timeout

increate timeout in 'leader election - rescheduling' test
This commit is contained in:
Alexandre Beslic 2016-04-04 12:07:13 -07:00
commit cdb3a59493
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) ]]