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 999fd351ed
PiperOrigin-RevId: 698551254
pull/37877/merge
Sourabh Singh 4 days ago committed by Copybara-Service
parent 9801f6dae2
commit bef33bd26e
  1. 2
      tools/internal_ci/windows/grpc_basictests_python.cfg
  2. 2
      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: 180
timeout_mins: 240
action {
define_artifacts {
regex: "**/*sponge_log.*"

@ -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.*"

Loading…
Cancel
Save