Skip to content

Commit

Permalink
Merge bug24911
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon MacMullen committed Apr 27, 2012
2 parents bbdf650 + 1376aa6 commit 1cff080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mirrored_supervisor_tests.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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()});
Expand Down

0 comments on commit 1cff080

Please sign in to comment.