summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-11-24 10:55:01 +0000
committerSimon MacMullen <simon@rabbitmq.com>2011-11-24 10:55:01 +0000
commite0634891c8164d6fe0aebbaab3bfb077acf2e447 (patch)
tree0ae21765671b38020bea418cb3d5ea52a1d0ba3b /src
parent01dcf6a810bd1cd8ead552a7a3924bf5170282c7 (diff)
downloadrabbitmq-server-git-e0634891c8164d6fe0aebbaab3bfb077acf2e447.tar.gz
Another attempt at reducing racy failures.
Diffstat (limited to 'src')
-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 0900f56fd8..ea0a690843 100644
--- a/src/mirrored_supervisor_tests.erl
+++ b/src/mirrored_supervisor_tests.erl
@@ -245,7 +245,7 @@ inc_group() ->
get_group(Group) ->
{Group, get(counter)}.
-call(Id, Msg) -> call(Id, Msg, 100, 10).
+call(Id, Msg) -> call(Id, Msg, 1000, 100).
call(Id, Msg, 0, _Decr) ->
exit({timeout_waiting_for_server, {Id, Msg}});