diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2012-04-27 19:43:55 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2012-04-27 19:43:55 +0100 |
| commit | 7318f2a8fdfc19748fa6bf85ab0bd2896c144c5d (patch) | |
| tree | 217339a32e58d86a7d2ccff67f756fc4228d159b | |
| parent | 2fbeafa92d363ee9fe3eaf06e4bf2032be12ec58 (diff) | |
| download | rabbitmq-server-git-7318f2a8fdfc19748fa6bf85ab0bd2896c144c5d.tar.gz | |
let's wait forever
...so we can investigate what is going since this fails in CI even
with a 1 minute timeout
| -rw-r--r-- | src/mirrored_supervisor_tests.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mirrored_supervisor_tests.erl b/src/mirrored_supervisor_tests.erl index 4b5873a9fa..c09c2e4ef6 100644 --- a/src/mirrored_supervisor_tests.erl +++ b/src/mirrored_supervisor_tests.erl @@ -268,7 +268,7 @@ inc_group() -> get_group(Group) -> {Group, get(counter)}. -call(Id, Msg) -> call(Id, Msg, 60000, 100). +call(Id, Msg) -> call(Id, Msg, 5*24*60*60*1000, 100). call(Id, Msg, 0, _Decr) -> exit({timeout_waiting_for_server, {Id, Msg}, erlang:get_stacktrace()}); |
