Skip to content

Commit

Permalink
PSM Security: Increase test timeout to 240 for C++ and Python (#29420) (
Browse files Browse the repository at this point in the history
  • Loading branch information
yashykt authored Apr 15, 2022
1 parent a4c35cb commit 4d11815
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/internal_ci/linux/psm-security-python.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/linux/psm-security-python.sh"
timeout_mins: 180
timeout_mins: 240
action {
define_artifacts {
regex: "artifacts/**/*sponge_log.xml"
Expand Down
2 changes: 1 addition & 1 deletion tools/internal_ci/linux/psm-security.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

0 comments on commit 4d11815

Please sign in to comment.