summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2012-04-26 11:32:59 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2012-04-26 11:32:59 +0100
commit4d7eb9712cef4f1dfa5000eec648ca06e02e1729 (patch)
tree88a8831c7d1e1ff012f8130ae31ec75c069c0c5d
parent4af939bdfeb3b56db0c40bfd661a5903dfcc2e33 (diff)
downloadrabbitmq-server-4d7eb9712cef4f1dfa5000eec648ca06e02e1729.tar.gz
bump the mirror_supervisor_tests wait time to reduce ci failure rate
-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 e8baabe8..fe56b530 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, 1000, 100).
+call(Id, Msg) -> call(Id, Msg, 10000, 100).
call(Id, Msg, 0, _Decr) ->
exit({timeout_waiting_for_server, {Id, Msg}, erlang:get_stacktrace()});