Merge pull request #23128 from stanley-cheung/inc-php-xds-timeout

Increase PHP/Ruby xDS test timeout
pull/23132/head
Stanley Cheung 5 years ago committed by GitHub
commit 244f084d19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/internal_ci/linux/grpc_xds_php.cfg
  2. 2
      tools/internal_ci/linux/grpc_xds_ruby.cfg

@ -16,7 +16,7 @@
# Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/linux/grpc_xds_php.sh"
timeout_mins: 90
timeout_mins: 180
action {
define_artifacts {
regex: "**/*sponge_log.*"

@ -16,7 +16,7 @@
# Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/linux/grpc_xds_ruby.sh"
timeout_mins: 90
timeout_mins: 180
action {
define_artifacts {
regex: "**/*sponge_log.*"

Loading…
Cancel
Save