aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_tests_matrix.py
diff options
context:
space:
mode:
authorGravatar Ken Payson <kpayson@google.com>2016-10-17 09:11:49 -0700
committerGravatar Ken Payson <kpayson@google.com>2016-10-17 09:11:49 -0700
commit97e6920e44a19718099d7670b1e3fb0076f4de45 (patch)
tree1d3d79b5bc047d2f4e5091fc3b24c19b12dc9ffa /tools/run_tests/run_tests_matrix.py
parent67c73e14b8cc177c97ea5f83692ad339bc0bd5a7 (diff)
Timeout increase (again)
Diffstat (limited to 'tools/run_tests/run_tests_matrix.py')
-rwxr-xr-xtools/run_tests/run_tests_matrix.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_tests_matrix.py b/tools/run_tests/run_tests_matrix.py
index f9313614b9..e4c51b8c03 100755
--- a/tools/run_tests/run_tests_matrix.py
+++ b/tools/run_tests/run_tests_matrix.py
@@ -42,7 +42,7 @@ os.chdir(_ROOT)
# Set the timeout high to allow enough time for sanitizers and pre-building
# clang docker.
-_RUNTESTS_TIMEOUT = 3*60*60
+_RUNTESTS_TIMEOUT = 4*60*60
# Number of jobs assigned to each run_tests.py instance
_INNER_JOBS = 2