Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / examples / java / async / dsend / Sender.java
index d80429a..03e3f7a 100644 (file)
@@ -36,7 +36,7 @@ public class Sender extends Process {
     Msg.info("All tasks have been (asynchronously) dispatched."+
              " Let's sleep for 10s so that nobody gets a message from a terminated process.");
 
-    waitFor(10);
+    waitFor(20);
 
     Msg.info("Goodbye now!");
   }