summaryrefslogtreecommitdiff
path: root/tests/support/cluster_util.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/support/cluster_util.tcl')
-rw-r--r--tests/support/cluster_util.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/support/cluster_util.tcl b/tests/support/cluster_util.tcl
index 8a58a4fa9..d80dcf062 100644
--- a/tests/support/cluster_util.tcl
+++ b/tests/support/cluster_util.tcl
@@ -36,7 +36,7 @@ proc wait_for_cluster_propagation {} {
# Wait for cluster size to be consistent across nodes.
proc wait_for_cluster_size {cluster_size} {
- wait_for_condition 50 100 {
+ wait_for_condition 1000 50 {
[cluster_size_consistent $cluster_size] eq 1
} else {
fail "cluster size did not reach a consistent size $cluster_size"