diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2017-02-18 09:52:44 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2017-02-18 09:52:44 +0300 |
| commit | 09b078a15e982d9a1163fb697bbee2b7fb9a054e (patch) | |
| tree | edab5f2791a85a97443a565299eb716f608f2482 | |
| parent | ea5e7da6f74a41aacfde10426e27915791b62a96 (diff) | |
| parent | 1f1d8722760f06984f7331bdbe14c9562ea37022 (diff) | |
| download | rabbitmq-server-git-09b078a15e982d9a1163fb697bbee2b7fb9a054e.tar.gz | |
Merge branch 'stable'
| -rw-r--r-- | test/msg_store_SUITE.erl | 4 |
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, |
