[test] Increase timeout for windows portability tests

pull/37989/head
Yash Tibrewal 3 months ago
parent 53c7d45dd0
commit a0daa97486
  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