aboutsummaryrefslogtreecommitdiffstats
path: root/test/run_tests.py
diff options
context:
space:
mode:
authorKlement Sekera <ksekera@cisco.com>2017-08-10 06:50:27 +0200
committerKlement Sekera <ksekera@cisco.com>2017-08-10 06:50:50 +0200
commitfa3eb7a993fe7538c51360960ef92dced0562342 (patch)
treecfae881dc82bcd33490eecf4e5220a35d5bd4cad /test/run_tests.py
parent9104a40aeb655982ed4eb0daf048a51902428813 (diff)
make test: bump default test timeout to 10 minutes
Change-Id: I25d88966376d712ff61f29227a45880a59e8ecf2 Signed-off-by: Klement Sekera <ksekera@cisco.com>
Diffstat (limited to 'test/run_tests.py')
-rw-r--r--test/run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_tests.py b/test/run_tests.py
index 6d477d880f3..8b135ddc544 100644
--- a/test/run_tests.py
+++ b/test/run_tests.py
@@ -69,7 +69,7 @@ if __name__ == '__main__':
except:
verbose = 0
- default_test_timeout = 120
+ default_test_timeout = 600 # 10 minutes
try:
test_timeout = int(os.getenv("TIMEOUT", default_test_timeout))
except: