From cd21b57af0bdbb5d4725343b5892820cf3d7ace1 Mon Sep 17 00:00:00 2001 From: Richard Belleville Date: Mon, 9 Oct 2023 13:27:56 -0700 Subject: [PATCH] [test infra] Bump Python Windows distribtest timeout (#34550) Bump Python windows distribtest timeout. With the addition of 3.12 artifacts, we've been hitting this timeout pretty frequently recently. Once [https://github.com/grpc/grpc/pull/34450](https://www.google.com/url?sa=D&q=https%3A%2F%2Fgithub.com%2Fgrpc%2Fgrpc%2Fpull%2F34450) is merged, we'll have a reduction in total time, but even before 3.12 was introduced, we were already hitting the timeout pretty frequently. --- tools/internal_ci/windows/grpc_distribtests_python.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/internal_ci/windows/grpc_distribtests_python.cfg b/tools/internal_ci/windows/grpc_distribtests_python.cfg index 85fd98f6ce6..ef254b2cc04 100644 --- a/tools/internal_ci/windows/grpc_distribtests_python.cfg +++ b/tools/internal_ci/windows/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.*"