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:03:26 +0200
commita931ae74e0fc1c55bdefc5b0e7d4a367b3173460 (patch)
tree421b79afe564c06c39e2e21d62f8db430bf8fcbf
parent54a485a2f9a5ad390c79b1fcf4b94982e125c267 (diff)
downloadcouchdb-3344/increase-timeout.tar.gz
increase timeout for compaction daemon tests COUCHDB-33443344/increase-timeout
-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).