summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2017-02-18 09:52:44 +0300
committerMichael Klishin <michael@clojurewerkz.org>2017-02-18 09:52:44 +0300
commit09b078a15e982d9a1163fb697bbee2b7fb9a054e (patch)
treeedab5f2791a85a97443a565299eb716f608f2482
parentea5e7da6f74a41aacfde10426e27915791b62a96 (diff)
parent1f1d8722760f06984f7331bdbe14c9562ea37022 (diff)
downloadrabbitmq-server-git-09b078a15e982d9a1163fb697bbee2b7fb9a054e.tar.gz
Merge branch 'stable'
-rw-r--r--test/msg_store_SUITE.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/msg_store_SUITE.erl b/test/msg_store_SUITE.erl
index f63f6cb745..4eaa535a57 100644
--- a/test/msg_store_SUITE.erl
+++ b/test/msg_store_SUITE.erl
@@ -35,9 +35,9 @@ parameter_validation(_Config) ->
%% IO_BATCH_SIZE must be greater than CREDIT_DISC_BOUND initial credit
ok = ?T(validate_msg_store_io_batch_size_and_credit_disc_bound,
- [{2000, 500}, 3000]),
+ [{4000, 800}, 5000]),
{error, _} = ?T(validate_msg_store_io_batch_size_and_credit_disc_bound,
- [{2000, 500}, 1500]),
+ [{4000, 800}, 1500]),
%% All values must be integers
{error, _} = ?T(validate_msg_store_io_batch_size_and_credit_disc_bound,