Skip to content

Commit

Permalink
test/kokoro: set psm-security test timeout to 3h (grpc#5135)
Browse files Browse the repository at this point in the history
Recent runs for the entire xds_k8s test suite takes
around 110 minutes, and one run exceeds the deadline.

No obvious regression was found.
Before we have more concrete improvement,
this PR increases the timeout to stop similar flakes.
  • Loading branch information
sergiitk committed Jan 18, 2022
1 parent 590e284 commit bc3d1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/kokoro/psm-security.cfg
Expand Up @@ -2,7 +2,7 @@

# Location of the continuous shell script in repository.
build_file: "grpc-go/test/kokoro/psm-security.sh"
timeout_mins: 120
timeout_mins: 180

action {
define_artifacts {
Expand Down

0 comments on commit bc3d1b1

Please sign in to comment.