Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
today is doomsday: platform.xml is sacrificed for the greater good
[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!");
   }