X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/86051ed1b66342bae0e21fd6643e66331ac2c07d..cf74de4a878beaa5177d7ea2fc4e11b550240559:/tools/tesh/set-timeout.tesh diff --git a/tools/tesh/set-timeout.tesh b/tools/tesh/set-timeout.tesh index 606978059a..1ba153f70a 100644 --- a/tools/tesh/set-timeout.tesh +++ b/tools/tesh/set-timeout.tesh @@ -3,5 +3,8 @@ # This suite must be functional because we changed the timeout value to 10 # before sleeping 6 secs. -! set timeout 10 +! timeout 10 $ sleep 6 + +! timeout no +$ sleep 1 \ No newline at end of file