From 459e2975f40b9d4e0ddc488d45d39e0cdd334f5c Mon Sep 17 00:00:00 2001 From: antirez Date: Wed, 4 Apr 2012 19:54:23 +0200 Subject: [PATCH] On slow computers, 10 seconds are not enough for this heavy replication test. --- tests/integration/replication.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/replication.tcl b/tests/integration/replication.tcl index 2c7d98de..7c1edb55 100644 --- a/tests/integration/replication.tcl +++ b/tests/integration/replication.tcl @@ -97,7 +97,7 @@ start_server {tags {"repl"}} { [lindex $slaves 2] slaveof $master_host $master_port # Wait for all the three slaves to reach the "online" state - set retry 100 + set retry 500 while {$retry} { set info [r -3 info] if {[string match {*slave0:*,online*slave1:*,online*slave2:*,online*} $info]} { -- 2.45.2