Skip to content

Commit ca4761c

Browse files
committed
Increase timeout for compression tests
1 parent c3d5404 commit ca4761c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/couch/test/couchdb_file_compression_tests.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ wait_compaction(DbName, Kind, Line) ->
203203
false -> ok
204204
end
205205
end,
206-
case test_util:wait(WaitFun, 10000) of
206+
case test_util:wait(WaitFun, ?TIMEOUT) of
207207
timeout ->
208208
erlang:error({assertion_failed,
209209
[{module, ?MODULE},

0 commit comments

Comments
 (0)