summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2017-05-14 12:51:12 +0200
committerJan Lehnardt <jan@apache.org>2017-05-20 13:34:59 +0200
commita924dfea1ca1824f860d70c8eca1dff15cf0a16e (patch)
tree75980bb3898cc89d43f066b4bf94dc320eccbfab
parentea8f61cd87e94cd8ea61e6f2659c5ba2e4543d3a (diff)
downloadcouchdb-a924dfea1ca1824f860d70c8eca1dff15cf0a16e.tar.gz
increase timeout for compaction daemon tests COUCHDB-3344
-rw-r--r--src/couch/test/couchdb_compaction_daemon_tests.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/couch/test/couchdb_compaction_daemon_tests.erl b/src/couch/test/couchdb_compaction_daemon_tests.erl
index 2971710ec..ba7396f36 100644
--- a/src/couch/test/couchdb_compaction_daemon_tests.erl
+++ b/src/couch/test/couchdb_compaction_daemon_tests.erl
@@ -15,7 +15,7 @@
-include_lib("couch/include/couch_eunit.hrl").
-include_lib("couch/include/couch_db.hrl").
--define(TIMEOUT, 1200000).
+-define(TIMEOUT, 120000).
-define(TIMEOUT_S, ?TIMEOUT div 1000).