job split followup: increase timeout for macos and windows C/C++ jobs

pull/18956/head
Jan Tattermusch 6 years ago
parent 1ef80f46bd
commit 1dab7cf91a
  1. 2
      tools/internal_ci/macos/grpc_basictests_c_cpp.cfg
  2. 2
      tools/internal_ci/windows/grpc_basictests_c.cfg

@ -17,7 +17,7 @@
# Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/macos/grpc_run_tests_matrix.sh"
gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/GrpcTesting-d0eeee2db331.json"
timeout_mins: 60
timeout_mins: 120
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: 60
timeout_mins: 120
action {
define_artifacts {
regex: "**/*sponge_log.*"

Loading…
Cancel
Save