summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2012-04-27 19:43:55 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2012-04-27 19:43:55 +0100
commit9e17dbc2cdbc1d09ae4bb77bd976bd085b8a3aaf (patch)
tree217339a32e58d86a7d2ccff67f756fc4228d159b
parente09dfdbe3c280464518c8e542db0326f70503530 (diff)
downloadrabbitmq-server-9e17dbc2cdbc1d09ae4bb77bd976bd085b8a3aaf.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.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mirrored_supervisor_tests.erl b/src/mirrored_supervisor_tests.erl
index 4b5873a9..c09c2e4e 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()});