diff options
| author | Ayanda Dube <ayanda.dube@erlang-solutions.com> | 2015-09-25 14:09:40 +0100 |
|---|---|---|
| committer | Ayanda Dube <ayanda.dube@erlang-solutions.com> | 2015-10-07 08:46:42 +0100 |
| commit | 8c6b06b0e86b82fcbd3801b489550baf31cf3efd (patch) | |
| tree | 8f2103df362a201aa9db4f31d9af8f86ebb19af4 /test | |
| parent | 1c1d93f2a6d024168dcfdafe75a69623d0ebc67a (diff) | |
| download | rabbitmq-server-git-8c6b06b0e86b82fcbd3801b489550baf31cf3efd.tar.gz | |
Removes TIMEOUT_LIST_OPS_PASS macro. Now used in 'timeout_tests' module.
References #62
Diffstat (limited to 'test')
| -rw-r--r-- | test/src/rabbit_tests.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/src/rabbit_tests.erl b/test/src/rabbit_tests.erl index 9a9ece6267..ccc9235fb7 100644 --- a/test/src/rabbit_tests.erl +++ b/test/src/rabbit_tests.erl @@ -29,7 +29,6 @@ -define(TRANSIENT_MSG_STORE, msg_store_transient). -define(CLEANUP_QUEUE_NAME, <<"cleanup-queue">>). -define(TIMEOUT, 30000). --define(TIMEOUT_LIST_OPS_PASS, 1000). all_tests() -> try |
