X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/af72ee01a6a0c01b1a67dc3095f952fd8ab1dd42..14395882a33613da82251cc43bce52f55f66c617:/examples/cpp/exec-waitfor/s4u-exec-waitfor.tesh diff --git a/examples/cpp/exec-waitfor/s4u-exec-waitfor.tesh b/examples/cpp/exec-waitfor/s4u-exec-waitfor.tesh index c58d0488d1..354cdca97d 100644 --- a/examples/cpp/exec-waitfor/s4u-exec-waitfor.tesh +++ b/examples/cpp/exec-waitfor/s4u-exec-waitfor.tesh @@ -3,8 +3,8 @@ $ ${bindir:=.}/s4u-exec-waitfor ${platfdir}/multicore_machine.xml "--log=root.fmt:[%10.6r]%e[%14P]%e%m%n" > [ 0.000000] [ worker] Create an activity that should run for 5 seconds > [ 0.000000] [ worker] But let it end after 3 seconds -> [ 3.000000] [ worker] Execution Timeout! +> [ 3.000000] [ worker] Execution Wait Timeout! > [ 3.000000] [ worker] Create another activity that should run for 5 seconds and wait for it for 6 seconds > [ 8.000000] [ worker] Execution complete > [ 8.000000] [ worker] Finally test with a parallel execution -> [ 10.000000] [ worker] Parallel Execution Timeout! +> [ 10.000000] [ worker] Parallel Execution Wait Timeout!