From 28cd57c2d2aa60ebba2278c24c2f6213c475b4d4 Mon Sep 17 00:00:00 2001 From: Matthias Radestock Date: Fri, 27 Apr 2012 13:17:05 +0100 Subject: another attempt at pacifying the CI gods --- src/mirrored_supervisor_tests.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()}); -- cgit v1.2.1