diff options
author | Klement Sekera <ksekera@cisco.com> | 2017-08-10 06:50:27 +0200 |
---|---|---|
committer | Klement Sekera <ksekera@cisco.com> | 2017-08-10 06:50:50 +0200 |
commit | fa3eb7a993fe7538c51360960ef92dced0562342 (patch) | |
tree | cfae881dc82bcd33490eecf4e5220a35d5bd4cad | |
parent | 9104a40aeb655982ed4eb0daf048a51902428813 (diff) |
make test: bump default test timeout to 10 minutes
Change-Id: I25d88966376d712ff61f29227a45880a59e8ecf2
Signed-off-by: Klement Sekera <ksekera@cisco.com>
-rw-r--r-- | test/run_tests.py | 2 |
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: |