mirror of https://github.com/docker/docs.git
Merge pull request #1303 from abronan/fix_zk_tests_timing
Integration: Fix timing issue on zookeeper failure test
This commit is contained in:
commit
4d13ce89f8
|
|
@ -105,6 +105,6 @@ function teardown() {
|
||||||
start_store
|
start_store
|
||||||
|
|
||||||
# After a while, `join` and `manage` should reach the store.
|
# After a while, `join` and `manage` should reach the store.
|
||||||
retry 10 1 discovery_check_swarm_list "$DISCOVERY"
|
retry 20 1 discovery_check_swarm_list "$DISCOVERY"
|
||||||
retry 10 1 discovery_check_swarm_info
|
retry 20 1 discovery_check_swarm_info
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue