summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoan Touzet <joant@atypical.net>2017-05-09 17:07:25 -0400
committerJoan Touzet <joant@atypical.net>2017-05-09 17:07:50 -0400
commitca4761c6177748f6c87bd072939f7b3eb6fa1edd (patch)
tree7b7f5b18cc435ffacd62db2f429191fbb9186b58
parentc3d540410a37ab6137efd86c05c7de722ea6b499 (diff)
downloadcouchdb-ca4761c6177748f6c87bd072939f7b3eb6fa1edd.tar.gz
Increase timeout for compression tests
-rw-r--r--src/couch/test/couchdb_file_compression_tests.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/couch/test/couchdb_file_compression_tests.erl b/src/couch/test/couchdb_file_compression_tests.erl
index 01fe709d9..a91a92447 100644
--- a/src/couch/test/couchdb_file_compression_tests.erl
+++ b/src/couch/test/couchdb_file_compression_tests.erl
@@ -203,7 +203,7 @@ wait_compaction(DbName, Kind, Line) ->
false -> ok
end
end,
- case test_util:wait(WaitFun, 10000) of
+ case test_util:wait(WaitFun, ?TIMEOUT) of
timeout ->
erlang:error({assertion_failed,
[{module, ?MODULE},