diff --git a/test/integration/discovery/zk.bats b/test/integration/discovery/zk.bats index 893a324516..0da74ffb54 100644 --- a/test/integration/discovery/zk.bats +++ b/test/integration/discovery/zk.bats @@ -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 }