diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2017-02-18 09:52:35 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2017-02-18 09:52:35 +0300 |
| commit | 1f1d8722760f06984f7331bdbe14c9562ea37022 (patch) | |
| tree | 8bf9930c7b46e5d5d5413f71ed8bb52d82858cec /test | |
| parent | 00c94eb8d1bc608837c0b65cb4fc893947a8fd6e (diff) | |
| download | rabbitmq-server-git-1f1d8722760f06984f7331bdbe14c9562ea37022.tar.gz | |
Update configurable value test expectation
Diffstat (limited to 'test')
| -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, |
