Skip to content

Commit

Permalink
kokoro: Increase xds-k8s timeout to 3 hours
Browse files Browse the repository at this point in the history
The addition of the authz tests in 0d34572 is causing the tests to
exceed their timeout. By itself, the authz test takes about an hour in
this environment. Before the authz tests, xds-k8s was taking an hour
and a half.
  • Loading branch information
ejona86 committed Nov 5, 2021
1 parent 6c5ad59 commit e056859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/kokoro/xds-k8s.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Location of the continuous shell script in repository.
build_file: "grpc-java/buildscripts/kokoro/xds-k8s.sh"
timeout_mins: 120
timeout_mins: 180

action {
define_artifacts {
Expand Down

0 comments on commit e056859

Please sign in to comment.