PSM Security: Increase test timeout to 240 for C++ and Python (#29420)

pull/29424/head
Yash Tibrewal 3 years ago committed by GitHub
parent 371d231b53
commit 050eb43430
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/internal_ci/linux/psm-security-python.cfg
  2. 2
      tools/internal_ci/linux/psm-security.cfg

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

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

Loading…
Cancel
Save