X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4e78565ea6b354a0e6250a87b483f909665a0ac3..3c3c79819770d88bfdbd42f5996179290db25a7c:/examples/java/async/async.tesh?ds=sidebyside diff --git a/examples/java/async/async.tesh b/examples/java/async/async.tesh index 6625851592..d5b93f704e 100644 --- a/examples/java/async/async.tesh +++ b/examples/java/async/async.tesh @@ -1,8 +1,9 @@ #! tesh ! output sort - -$ java -cp ${classpath:=.} async/AsyncTest ${srcdir:=.}/platform.xml ${srcdir:=.}/async/asyncDeployment.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" +! timeout 30 +$ java -classpath ${classpath:=.} async/AsyncTest ${srcdir:=.}/../platforms/platform.xml ${srcdir:=.}/async/asyncDeployment.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" +> [ 0.000000] (0:@) Using regular java threads. Coroutines could speed your simulation up. > [ 0.000000] (10:async.Slave@Robert) Receiving on 'slave_8' > [ 0.000000] (11:async.Slave@Sirois) Receiving on 'slave_9' > [ 0.000000] (12:async.Slave@Monique) Receiving on 'slave_10' @@ -53,4 +54,3 @@ $ java -cp ${classpath:=.} async/AsyncTest ${srcdir:=.}/platform.xml ${srcdir:=. > [ 25.851463] (2:async.Forwarder@Jackson) I'm done. See you! > [ 26.357007] (3:async.Forwarder@Casavant) I'm done. See you! > [ 29.000728] (0:@) MSG_main finished; Cleaning up the simulation... -> [0.000000] [jmsg/INFO] Using regular java threads. Coroutines could speed your simulation up.