Skip to content

Commit

Permalink
Merge pull request #48 from tuncer/286
Browse files Browse the repository at this point in the history
Fix basho/rebar/issues/286
  • Loading branch information
dizzyd committed Dec 17, 2012
2 parents 71c717d + 2716d83 commit f2b79fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rebar_eunit.erl
Expand Up @@ -762,7 +762,6 @@ pause_until_net_kernel_stopped(0) ->
exit(net_kernel_stop_failed);
pause_until_net_kernel_stopped(N) ->
try
_ = net_kernel:i(),
timer:sleep(100),
pause_until_net_kernel_stopped(N - 1)
catch
Expand Down

0 comments on commit f2b79fc

Please sign in to comment.