summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2010-08-16 14:04:59 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2010-08-16 14:04:59 +0100
commitdfc9add60a8288e94bfaf99d3fd0a8086091f800 (patch)
treeec476803c42ceef34992e8dfbd5f59aba5658358
parentc8679d3f256e9c2865d0569f9143d04801f6e457 (diff)
downloadrabbitmq-server-dfc9add60a8288e94bfaf99d3fd0a8086091f800.tar.gz
Make sure tests have enough file descriptors
-rw-r--r--src/rabbit_tests.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_tests.erl b/src/rabbit_tests.erl
index c07055af..66d07640 100644
--- a/src/rabbit_tests.erl
+++ b/src/rabbit_tests.erl
@@ -54,7 +54,7 @@ test_content_prop_roundtrip(Datum, Binary) ->
Binary = rabbit_binary_generator:encode_properties(Types, Values). %% assertion
all_tests() ->
- application:set_env(rabbit, file_handles_high_watermark, 10, infinity),
+ application:set_env(rabbit, file_handles_high_watermark, 20, infinity),
passed = test_backing_queue(),
passed = test_priority_queue(),
passed = test_bpqueue(),