From 24a01805ccb4ff4df130b6314592776bfe946df7 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sat, 3 Sep 2016 17:21:16 +0200 Subject: [PATCH] tesh.py: if there is a wrapper, increase the timeout value --- tools/tesh/tesh.py | 3 +++ 1 file changed, 3 insertions(+) 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: -- 2.20.1