Skip to content

Commit 9db197a

Browse files
committed
Reduce btree prop test count a bit
The PPC64LE managed to time out after running 4600 tests so use 3000 as the test count.
1 parent d4f4211 commit 9db197a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/couch/test/eunit/couch_btree_prop_tests.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
-include_lib("couch/include/couch_eunit.hrl").
3333

3434
btree_property_test_() ->
35-
?EUNIT_QUICKCHECK(90, 5000).
35+
?EUNIT_QUICKCHECK(90, 3000).
3636

3737
%
3838
% Properties

0 commit comments

Comments
 (0)