From bae0512c8a27117307e632a8ed42e9d44cba0f8d Mon Sep 17 00:00:00 2001 From: Oran Agra Date: Tue, 18 May 2021 17:13:59 +0300 Subject: [PATCH] longer timeout in replication test (#8963) the test normally passes. but we saw one failure in a valgrind run in github actions (cherry picked from commit 8458baf6a96fa6c6050bac24160f82d32a0b9ed4) --- 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 0e8dbcf1b..916dd324e 100644 --- a/tests/integration/replication.tcl +++ b/tests/integration/replication.tcl @@ -900,7 +900,7 @@ test {Kill rdb child process if its dumping RDB is not useful} { # Slave2 disconnect with master $slave2 slaveof no one # Should kill child - wait_for_condition 20 10 { + wait_for_condition 100 10 { [s 0 rdb_bgsave_in_progress] eq 0 } else { fail "can't kill rdb child"