aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_tests_matrix.py
diff options
context:
space:
mode:
authorGravatar kpayson64 <kpayson@google.com>2016-10-17 13:12:22 -0700
committerGravatar GitHub <noreply@github.com>2016-10-17 13:12:22 -0700
commit872559593329f1a6903d0b41f669eb4ba719dbe8 (patch)
treed081c92bdd4abfa22260f2a72bf2d5af59c83b2f /tools/run_tests/run_tests_matrix.py
parentf04942592a6d8c31bb78fea634ae6a1b030f1c80 (diff)
parent97e6920e44a19718099d7670b1e3fb0076f4de45 (diff)
Merge pull request #7664 from kpayson64/cv_wakeup_fd
Add Shim for wakeup_fds with no pipe or
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 21d3dd4a0b..550dd10ea5 100755
--- a/tools/run_tests/run_tests_matrix.py
+++ b/tools/run_tests/run_tests_matrix.py
@@ -43,7 +43,7 @@ os.chdir(_ROOT)
# Set the timeout high to allow enough time for sanitizers and pre-building
# clang docker.
-_RUNTESTS_TIMEOUT = 2*60*60
+_RUNTESTS_TIMEOUT = 4*60*60
# Number of jobs assigned to each run_tests.py instance
_INNER_JOBS = 2