summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2012-04-27 13:17:05 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2012-04-27 13:17:05 +0100
commit28cd57c2d2aa60ebba2278c24c2f6213c475b4d4 (patch)
treee13cc69d0f4b2765ed78d98018b393d1f27bc690
parentf8b4195ff276c5c4aec64a09b317a24c76447efd (diff)
downloadrabbitmq-server-28cd57c2d2aa60ebba2278c24c2f6213c475b4d4.tar.gz
another attempt at pacifying the CI gods
-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 fe56b530..4b5873a9 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, 10000, 100).
+call(Id, Msg) -> call(Id, Msg, 60000, 100).
call(Id, Msg, 0, _Decr) ->
exit({timeout_waiting_for_server, {Id, Msg}, erlang:get_stacktrace()});