summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2017-02-22 12:27:01 +0100
committerantirez <antirez@gmail.com>2017-02-22 12:27:01 +0100
commit2b36706a48759ac6ed991ab1f8257de122425a75 (patch)
tree2efc2afc316d17dd5b5f0af4b522b75302c1b6c3 /tests
parent7c8ddab4f88a76413641b3dc49b0c42ac8ee3b2e (diff)
downloadredis-2b36706a48759ac6ed991ab1f8257de122425a75.tar.gz
Test: replication-psync, wait more to detect write load.
Slow systems like the original Raspberry PI need more time than 5 seconds to start the script and detect writes. After fixing the Raspberry PI can pass the unit without issues.
Diffstat (limited to 'tests')
-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."