We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3073979 commit 0d3b28fCopy full SHA for 0d3b28f
tests/unit/cluster/slave-selection.tcl
@@ -108,7 +108,7 @@ test "Node #10 should eventually replicate node #5" {
108
# Valgrind runs are significantly slower and occasionally need more time
109
# for the cluster to propagate the new primary. Use a larger timeout to
110
# avoid spurious failures in slow environments.
111
- wait_for_condition 2000 50 {
+ wait_for_condition 5000 200 {
112
([lindex [R 10 role] 2] == $port5) &&
113
([lindex [R 10 role] 3] eq {connected})
114
} else {
0 commit comments