[ObjC] bump _OBJC_RUNTESTS_TIMEOUT to 4h (#37626)

Objc tests timeout while build is still going on:
https://btx.cloud.google.com/invocations/ee44a388-de6c-402d-8704-248f798633c9/targets

Double the timeout to see if things improve.

Closes #37626

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/37626 from HannahShiSFB:increase-objc-ci-timeout d4462115bc
PiperOrigin-RevId: 671785954
pull/37652/head
Hannah Shi 3 months ago committed by Copybara-Service
parent bddbe49a97
commit fe0b31cdbd
  1. 2
      tools/run_tests/run_tests_matrix.py

@ -34,7 +34,7 @@ _DEFAULT_RUNTESTS_TIMEOUT = 1 * 60 * 60
_CPP_RUNTESTS_TIMEOUT = 4 * 60 * 60
# Set timeout high for ObjC for Cocoapods to install pods
_OBJC_RUNTESTS_TIMEOUT = 2 * 60 * 60
_OBJC_RUNTESTS_TIMEOUT = 4 * 60 * 60
# Number of jobs assigned to each run_tests.py instance
_DEFAULT_INNER_JOBS = 2

Loading…
Cancel
Save