diff options
author | Benoit Foucher <benoit@zeroc.com> | 2017-04-17 13:20:12 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2017-04-17 13:20:12 +0200 |
commit | d8d339efd58ca16003b5b22423967b9e7f650655 (patch) | |
tree | 6e23de26f94fda92850748792216f9fbe127cf62 /scripts/Util.py | |
parent | Fixed Ice/ami JS test failure (diff) | |
download | ice-d8d339efd58ca16003b5b22423967b9e7f650655.tar.bz2 ice-d8d339efd58ca16003b5b22423967b9e7f650655.tar.xz ice-d8d339efd58ca16003b5b22423967b9e7f650655.zip |
Bumped timeout to 4 minutes for test inactivity
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): |