Merge pull request #7271 from oranagra/fix_valgrind_repl_test

fix valgrind test failure in replication test
This commit is contained in:
Salvatore Sanfilippo 2020-05-18 10:09:39 +02:00 committed by GitHub
commit 05db78e9c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"