From b7ac4d6611b5fb895d4e3fc42488e3579c40a5a8 Mon Sep 17 00:00:00 2001 From: Esun Kim Date: Fri, 1 Nov 2019 12:25:20 -0700 Subject: [PATCH] Increase timeout for windows portability tests --- tools/run_tests/run_tests_matrix.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/run_tests/run_tests_matrix.py b/tools/run_tests/run_tests_matrix.py index 4b90ae76a4a..a88949ba72e 100755 --- a/tools/run_tests/run_tests_matrix.py +++ b/tools/run_tests/run_tests_matrix.py @@ -351,7 +351,8 @@ def _create_portability_test_jobs(extra_args=[], compiler='default', labels=['portability', 'corelang'], extra_args=extra_args + ['--build_only'], - inner_jobs=inner_jobs) + inner_jobs=inner_jobs, + timeout_seconds=_CPP_RUNTESTS_TIMEOUT) # portability C and C++ on Windows using VS2017 (build only) # TODO(jtattermusch): some of the tests are failing, so we force --build_only @@ -363,7 +364,8 @@ def _create_portability_test_jobs(extra_args=[], compiler='cmake_vs2017', labels=['portability', 'corelang'], extra_args=extra_args + ['--build_only'], - inner_jobs=inner_jobs) + inner_jobs=inner_jobs, + timeout_seconds=_CPP_RUNTESTS_TIMEOUT) # C and C++ with the c-ares DNS resolver on Linux test_jobs += _generate_jobs(