X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ec0aa62eff5bf853def947a010e09d2eff06682d..24a01805ccb4ff4df130b6314592776bfe946df7:/tools/tesh/tesh.py diff --git a/tools/tesh/tesh.py b/tools/tesh/tesh.py index 840130595f..4a635be0cb 100755 --- a/tools/tesh/tesh.py +++ b/tools/tesh/tesh.py @@ -287,6 +287,9 @@ class Cmd(object): print("["+FileReader().filename+":"+str(self.linenumber)+"] "+self.args) + if TeshState().wrapper is not None: + self.timeout *= 20 + args = shlex.split(self.args) #print (args) try: