Skip to content

Commit

Permalink
wait longer in dist_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
uwiger committed Nov 8, 2016
1 parent 7c0d81a commit 3ff2f11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/gproc_dist_tests.erl
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ t_sleep() ->
timer:sleep(500).

t_lookup_everywhere(Key, Nodes, Exp) ->
t_lookup_everywhere(Key, Nodes, Exp, 3).
t_lookup_everywhere(Key, Nodes, Exp, 10).

t_lookup_everywhere(Key, _, Exp, 0) ->
{lookup_failed, Key, Exp};
Expand All @@ -593,7 +593,7 @@ t_lookup_everywhere(Key, Nodes, Exp, I) ->
end.

t_read_everywhere(Key, Pid, Nodes, Exp) ->
t_read_everywhere(Key, Pid, Nodes, Exp, 3).
t_read_everywhere(Key, Pid, Nodes, Exp, 10).

t_read_everywhere(Key, _, _, Exp, 0) ->
{read_failed, Key, Exp};
Expand Down

0 comments on commit 3ff2f11

Please sign in to comment.