X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8be60e243e894e53d6c01479c4ba21e5b50dad0e..54842afbb7202b341fd232f62644fb1f47a15118:/tools/tesh2/examples/catch-global-timeout.tesh diff --git a/tools/tesh2/examples/catch-global-timeout.tesh b/tools/tesh2/examples/catch-global-timeout.tesh index 15285c4ec5..c361e93501 100644 --- a/tools/tesh2/examples/catch-global-timeout.tesh +++ b/tools/tesh2/examples/catch-global-timeout.tesh @@ -3,9 +3,9 @@ ! expect return $ELEADTIME -< $ sleep 30 -$ ./tesh --log='log.thresh:info tesh.fmt:%m%n' --timeout=3 +< $ sleep 10 +$ ./tesh --log="log.thresh:info tesh.fmt:%m%n" --timeout=1 > Test unit from stdin -> [stdin:1] sleep 30 +> [stdin:1] sleep 10 > Test unit from stdin INTR -> Tesh timed out after `(3)' seconds +> Tesh timed out after `(1)' seconds