Skip to content

Commit 1cff080

Browse files
author
Simon MacMullen
committed
Merge bug24911
2 parents bbdf650 + 1376aa6 commit 1cff080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mirrored_supervisor_tests.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ inc_group() ->
268268
get_group(Group) ->
269269
{Group, get(counter)}.
270270

271-
call(Id, Msg) -> call(Id, Msg, 10000, 100).
271+
call(Id, Msg) -> call(Id, Msg, 60000, 100).
272272

273273
call(Id, Msg, 0, _Decr) ->
274274
exit({timeout_waiting_for_server, {Id, Msg}, erlang:get_stacktrace()});

0 commit comments

Comments
 (0)