Skip to content

Commit ad4f09e

Browse files
sarthakaggarwal97rjd15372
authored andcommitted
Increase wait time condition for New Master down consecutively test (#2612)
With #2604 merged, the `Node #10 should eventually replicate node #5` started passing successfully with valgrind, but I guess we are seeing a new daily failure from a `New Master down consecutively` test that runs shortly after. Signed-off-by: Sarthak Aggarwal <[email protected]>
1 parent 7471252 commit ad4f09e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/cluster/slave-selection.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ test "New Master down consecutively" {
186186

187187
set paused_pid [srv [expr $master_id * -1] pid]
188188
pause_process $paused_pid
189-
wait_for_condition 1000 50 {
189+
wait_for_condition 2000 50 {
190190
[master_detected $instances]
191191
} else {
192192
fail "No failover detected when master $master_id fails"

0 commit comments

Comments
 (0)