diff options
Diffstat (limited to 'scripts/Util.py')
-rw-r--r-- | scripts/Util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Util.py b/scripts/Util.py index d56d3a9725d..9ecdb23c4e9 100644 --- a/scripts/Util.py +++ b/scripts/Util.py @@ -989,7 +989,7 @@ class Process(Runnable): print("unexpected exception while filtering process output:\n" + str(ex)) raise - def run(self, current, args=[], props={}, exitstatus=0, timeout=120): + def run(self, current, args=[], props={}, exitstatus=0, timeout=240): class WatchDog: def __init__(self, timeout): |