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-14 12:39:08 +0200
commit57029bb197b1fc558a9c24afcb3a10226b2bcac4 (patch)
treeb4e4b3032a093adef0030a2fd7873372e54703df
parentdc258cca4445a1205e30386105d7a14b531052af (diff)
downloadcouchdb-3384/increase-timeout.tar.gz
chore: increase timeout for pausing writer COUCHDB-33843384/increase-timeout
-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() ->