Merge pull request #1303 from abronan/fix_zk_tests_timing

Integration: Fix timing issue on zookeeper failure test
This commit is contained in:
Victor Vieux 2015-10-15 16:46:17 -07:00
commit 4d13ce89f8
1 changed files with 2 additions and 2 deletions

View File

@ -105,6 +105,6 @@ function teardown() {
start_store
# After a while, `join` and `manage` should reach the store.
retry 10 1 discovery_check_swarm_list "$DISCOVERY"
retry 10 1 discovery_check_swarm_info
retry 20 1 discovery_check_swarm_list "$DISCOVERY"
retry 20 1 discovery_check_swarm_info
}