fix valgrind test failure in replication test
in b4416280c i added more keys to that test to make it run longer but in valgrind this now means the test times out, give valgrind more time.
This commit is contained in:
parent
0ca2f4f824
commit
75c11d7fec
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user