diff --git a/tests/integration/replication.tcl b/tests/integration/replication.tcl index e5079d9dd..7c03c4bc6 100644 --- a/tests/integration/replication.tcl +++ b/tests/integration/replication.tcl @@ -612,7 +612,7 @@ start_server {tags {"repl"}} { # Wait that replicas acknowledge they are online so # we are sure that DBSIZE and DEBUG DIGEST will not # fail because of timing issues. - wait_for_condition 50 100 { + wait_for_condition 150 100 { [lindex [$replica role] 3] eq {connected} } else { fail "replicas still not connected after some time"