Browse Source

wait longer in dist_tests

Ulf Wiger 8 years ago
parent
commit
3ff2f11cdb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      test/gproc_dist_tests.erl

+ 2 - 2
test/gproc_dist_tests.erl

@@ -574,7 +574,7 @@ t_sleep() ->
     timer:sleep(500).
     timer:sleep(500).
 
 
 t_lookup_everywhere(Key, Nodes, Exp) ->
 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) ->
 t_lookup_everywhere(Key, _, Exp, 0) ->
     {lookup_failed, Key, Exp};
     {lookup_failed, Key, Exp};
@@ -593,7 +593,7 @@ t_lookup_everywhere(Key, Nodes, Exp, I) ->
     end.
     end.
 
 
 t_read_everywhere(Key, Pid, Nodes, Exp) ->
 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) ->
 t_read_everywhere(Key, _, _, Exp, 0) ->
     {read_failed, Key, Exp};
     {read_failed, Key, Exp};