summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2017-05-14 12:39:08 +0200
committerJan Lehnardt <jan@apache.org>2017-05-16 09:38:19 +0200
commite8b2c74f877771765619692ca716ae971d0f7e98 (patch)
treed6e98b68e3b03bcbb997567ad50b2a8c2ee4e3d4
parent32b54026c00d6763cb168bc12d795c95a9302347 (diff)
downloadcouchdb-e8b2c74f877771765619692ca716ae971d0f7e98.tar.gz
chore: increase timeout for pausing writer COUCHDB-3384
-rw-r--r--src/couch_replicator/test/couch_replicator_compact_tests.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/couch_replicator/test/couch_replicator_compact_tests.erl b/src/couch_replicator/test/couch_replicator_compact_tests.erl
index 3e6bb9e8a..d243b1c09 100644
--- a/src/couch_replicator/test/couch_replicator_compact_tests.erl
+++ b/src/couch_replicator/test/couch_replicator_compact_tests.erl
@@ -24,7 +24,7 @@
-define(ATTFILE, filename:join([?FIXTURESDIR, "logo.png"])).
-define(DELAY, 100).
-define(TIMEOUT, 30000).
--define(TIMEOUT_WRITER, 9000).
+-define(TIMEOUT_WRITER, 18000).
-define(TIMEOUT_EUNIT, ?TIMEOUT div 1000 + 70).
setup() ->