Merge pull request #24021 from ericgribkoff/backport_132x_times

Backport timeout changes to v1.32.x
pull/24074/head v1.32.0-pre1
Eric Gribkoff 4 years ago committed by GitHub
commit 0dae482743
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/internal_ci/linux/grpc_xds_csharp.cfg
  2. 2
      tools/internal_ci/linux/grpc_xds_python.cfg
  3. 2
      tools/run_tests/run_xds_tests.py

@ -16,7 +16,7 @@
# Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/linux/grpc_xds_csharp.sh"
timeout_mins: 90
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/linux/grpc_xds.sh"
timeout_mins: 90
timeout_mins: 120
env_vars {
key: "BAZEL_SCRIPT"
value: "tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh"

@ -226,7 +226,7 @@ _WAIT_FOR_BACKEND_SEC = args.wait_for_backend_sec
_WAIT_FOR_OPERATION_SEC = 1200
_INSTANCE_GROUP_SIZE = args.instance_group_size
_NUM_TEST_RPCS = 10 * args.qps
_WAIT_FOR_STATS_SEC = 180
_WAIT_FOR_STATS_SEC = 360
_WAIT_FOR_VALID_CONFIG_SEC = 60
_WAIT_FOR_URL_MAP_PATCH_SEC = 300
_CONNECTION_TIMEOUT_SEC = 60

Loading…
Cancel
Save