From 7f3e03752bd69235da654ea366f2f5de2f017a9a Mon Sep 17 00:00:00 2001 From: Xuan Wang Date: Thu, 19 Oct 2023 09:48:02 -0700 Subject: [PATCH] [test infra] Bump Python Windows distribtest timeout part 2 (#34685) Since we added support for Python 3.12, our tests have been taking longer to complete and we've been seeing an increase in timeout errors. We already increased timeout in #34550, this PR increase timeout for release and pull_request jobs. --- .../windows/pull_request/grpc_distribtests_python.cfg | 2 +- tools/internal_ci/windows/release/grpc_distribtests_python.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/internal_ci/windows/pull_request/grpc_distribtests_python.cfg b/tools/internal_ci/windows/pull_request/grpc_distribtests_python.cfg index bcff98fc38c..eae083baecd 100644 --- a/tools/internal_ci/windows/pull_request/grpc_distribtests_python.cfg +++ b/tools/internal_ci/windows/pull_request/grpc_distribtests_python.cfg @@ -16,7 +16,7 @@ # Location of the continuous shell script in repository. build_file: "grpc/tools/internal_ci/windows/grpc_distribtests_python.bat" -timeout_mins: 120 +timeout_mins: 240 action { define_artifacts { regex: "**/*sponge_log.*" diff --git a/tools/internal_ci/windows/release/grpc_distribtests_python.cfg b/tools/internal_ci/windows/release/grpc_distribtests_python.cfg index 85fd98f6ce6..ef254b2cc04 100644 --- a/tools/internal_ci/windows/release/grpc_distribtests_python.cfg +++ b/tools/internal_ci/windows/release/grpc_distribtests_python.cfg @@ -16,7 +16,7 @@ # Location of the continuous shell script in repository. build_file: "grpc/tools/internal_ci/windows/grpc_distribtests_python.bat" -timeout_mins: 120 +timeout_mins: 240 action { define_artifacts { regex: "**/*sponge_log.*"