Skip to content

Commit 1376aa6

Browse files
committed
another attempt at pacifying the CI gods
1 parent f6a1c4b commit 1376aa6

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)