longer timeout in replication test (#8963)

the test normally passes. but we saw one failure in a valgrind run in github actions
This commit is contained in:
Oran Agra 2021-05-18 17:13:59 +03:00 committed by GitHub
parent 7b48de68ce
commit 8458baf6a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -864,7 +864,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"