From bef33bd26e2317365b2bfa177e721148e0173225 Mon Sep 17 00:00:00 2001 From: Sourabh Singh Date: Wed, 20 Nov 2024 15:58:15 -0800 Subject: [PATCH] increased timeout for windows grpc basictests python (#38162) Increase timeout for Python basic tests on Windows The tests are timing out on kokoro windows We have added support for 3.13 python version but have not dropped support for any older version. hence overall number of tests have increased. Closes #38162 COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/38162 from sourabhsinghs:bugfix/kokoro-windows-basictests-python 999fd351ed206903374d1e325df4fe3856c04b8c PiperOrigin-RevId: 698551254 --- tools/internal_ci/windows/grpc_basictests_python.cfg | 2 +- .../internal_ci/windows/pull_request/grpc_basictests_python.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/internal_ci/windows/grpc_basictests_python.cfg b/tools/internal_ci/windows/grpc_basictests_python.cfg index 09137a9df55..979f263d2de 100644 --- a/tools/internal_ci/windows/grpc_basictests_python.cfg +++ b/tools/internal_ci/windows/grpc_basictests_python.cfg @@ -16,7 +16,7 @@ # Location of the continuous shell script in repository. build_file: "grpc/tools/internal_ci/windows/grpc_run_tests_matrix.bat" -timeout_mins: 180 +timeout_mins: 240 action { define_artifacts { regex: "**/*sponge_log.*" diff --git a/tools/internal_ci/windows/pull_request/grpc_basictests_python.cfg b/tools/internal_ci/windows/pull_request/grpc_basictests_python.cfg index ab541436b40..c1cf2be234e 100644 --- a/tools/internal_ci/windows/pull_request/grpc_basictests_python.cfg +++ b/tools/internal_ci/windows/pull_request/grpc_basictests_python.cfg @@ -16,7 +16,7 @@ # Location of the continuous shell script in repository. build_file: "grpc/tools/internal_ci/windows/grpc_run_tests_matrix.bat" -timeout_mins: 90 +timeout_mins: 180 action { define_artifacts { regex: "**/*sponge_log.*"