Skip to content

Commit e063489

Browse files
author
Simon MacMullen
committed
Another attempt at reducing racy failures.
1 parent 01dcf6a commit e063489

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
@@ -245,7 +245,7 @@ inc_group() ->
245245
get_group(Group) ->
246246
{Group, get(counter)}.
247247

248-
call(Id, Msg) -> call(Id, Msg, 100, 10).
248+
call(Id, Msg) -> call(Id, Msg, 1000, 100).
249249

250250
call(Id, Msg, 0, _Decr) ->
251251
exit({timeout_waiting_for_server, {Id, Msg}});

0 commit comments

Comments
 (0)