summaryrefslogtreecommitdiff
path: root/tests/integration/replication-psync.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/replication-psync.tcl')
-rw-r--r--tests/integration/replication-psync.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/replication-psync.tcl b/tests/integration/replication-psync.tcl
index 3a41ceb21..da1e9cf5b 100644
--- a/tests/integration/replication-psync.tcl
+++ b/tests/integration/replication-psync.tcl
@@ -47,7 +47,7 @@ proc test_psync {descr duration backlog_size backlog_ttl delay cond diskless rec
# Check that the background clients are actually writing.
test {Detect write load to master} {
- wait_for_condition 50 100 {
+ wait_for_condition 50 1000 {
[$master dbsize] > 100
} else {
fail "Can't detect write load from background clients."