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-14 12:51:12 +0200
commit54a485a2f9a5ad390c79b1fcf4b94982e125c267 (patch)
treecfccbfe22d26de76edf0ead082016ed97f5a5366
parentdc258cca4445a1205e30386105d7a14b531052af (diff)
downloadcouchdb-54a485a2f9a5ad390c79b1fcf4b94982e125c267.tar.gz
chore: 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 25d9b131e..2971710ec 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, 60000).
+-define(TIMEOUT, 1200000).
-define(TIMEOUT_S, ?TIMEOUT div 1000).