diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2010-08-16 14:04:59 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2010-08-16 14:04:59 +0100 |
| commit | 8f91ec7634774267dc828c640c11f28281c60ac3 (patch) | |
| tree | ec476803c42ceef34992e8dfbd5f59aba5658358 /src | |
| parent | 26d3ff6028fcf575f447f0d090232b2bdad778e4 (diff) | |
| download | rabbitmq-server-git-8f91ec7634774267dc828c640c11f28281c60ac3.tar.gz | |
Make sure tests have enough file descriptors
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_tests.erl | 2 |
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(), |
