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
commit8f91ec7634774267dc828c640c11f28281c60ac3 (patch)
treeec476803c42ceef34992e8dfbd5f59aba5658358
parent26d3ff6028fcf575f447f0d090232b2bdad778e4 (diff)
downloadrabbitmq-server-git-8f91ec7634774267dc828c640c11f28281c60ac3.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 c07055af40..66d076406d 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(),