Skip to content

Commit

Permalink
Double timeout to make sure debug builds pass
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Sep 29, 2011
1 parent f1f8e2f commit 702505e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions erts/emulator/test/distribution_SUITE.erl
Expand Up @@ -331,7 +331,7 @@ receiver2(Num, TotSize) ->

link_to_busy(doc) -> "Test that link/1 to a busy distribution port works.";
link_to_busy(Config) when is_list(Config) ->
?line Dog = test_server:timetrap(test_server:seconds(30)),
?line Dog = test_server:timetrap(test_server:seconds(60)),
?line {ok, Node} = start_node(link_to_busy),
?line Recv = spawn(Node, erlang, apply, [fun sink/1, [link_to_busy_sink]]),

Expand Down Expand Up @@ -378,7 +378,7 @@ tail_applied_linker(Pid) ->

exit_to_busy(doc) -> "Test that exit/2 to a busy distribution port works.";
exit_to_busy(Config) when is_list(Config) ->
?line Dog = test_server:timetrap(test_server:seconds(30)),
?line Dog = test_server:timetrap(test_server:seconds(60)),
?line {ok, Node} = start_node(exit_to_busy),

Tracer = case os:getenv("TRACE_BUSY_DIST_PORT") of
Expand Down

0 comments on commit 702505e

Please sign in to comment.