Skip to content

Commit

Permalink
increase timeout for compaction daemon tests COUCHDB-3344
Browse files Browse the repository at this point in the history
  • Loading branch information
janl committed May 20, 2017
1 parent ea8f61c commit a924dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/couch/test/couchdb_compaction_daemon_tests.erl
Expand Up @@ -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).


Expand Down

0 comments on commit a924dfe

Please sign in to comment.