Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
last change of Tesh2
[simgrid.git] / tools / tesh2 / examples / catch-global-timeout.tesh
index 15285c4..c361e93 100644 (file)
@@ -3,9 +3,9 @@
 \r
 ! expect return $ELEADTIME\r
 \r
-< $ sleep 30\r
-$ ./tesh --log='log.thresh:info tesh.fmt:%m%n' --timeout=3\r
+< $ sleep 10\r
+$ ./tesh --log="log.thresh:info tesh.fmt:%m%n" --timeout=1\r
 > Test unit from stdin\r
-> [stdin:1] sleep 30\r
+> [stdin:1] sleep 10\r
 > Test unit from stdin INTR\r
-> Tesh timed out after `(3)' seconds\r
+> Tesh timed out after `(1)' seconds\r