[test] Increase timeout for windows portability tests (#37989)

It's not obvious to me what the reason for the increase in test time is, but it seems that we were already at ~3hr45min earlier and now we are timing out at 4 hours. Increasing to 6 hours.

Closes #37989

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/37989 from yashykt:IncreaseWindowsTimeout a0daa97486
PiperOrigin-RevId: 689416681
pull/37997/head
Yash Tibrewal 6 months ago committed by Copybara-Service
parent 8b7496172d
commit aa4dd1741e
  1. 2
      tools/internal_ci/windows/grpc_portability.cfg
  2. 2
      tools/run_tests/run_tests_matrix.py

@ -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: 300
timeout_mins: 360
action {
define_artifacts {
regex: "**/*sponge_log.*"

@ -31,7 +31,7 @@ os.chdir(_ROOT)
_DEFAULT_RUNTESTS_TIMEOUT = 1 * 60 * 60
# C/C++ tests can take long time
_CPP_RUNTESTS_TIMEOUT = 4 * 60 * 60
_CPP_RUNTESTS_TIMEOUT = 6 * 60 * 60
# Set timeout high for ObjC for Cocoapods to install pods
_OBJC_RUNTESTS_TIMEOUT = 4 * 60 * 60

Loading…
Cancel
Save