Skip to content

Commit

Permalink
xds testing: increase timeout from 90 minutes to 120 minutes (#4191)
Browse files Browse the repository at this point in the history
This is the timeout for all the tests, after which the VM will be termiated.
Since now we have more tests, we need more time.

The current average is around 85-90 minutes. The extra 30 minutes should be
enough for several new tests.
  • Loading branch information
menghanl committed Feb 5, 2021
1 parent 7b8d65a commit b753f49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/kokoro/xds.cfg
Expand Up @@ -2,7 +2,7 @@

# Location of the continuous shell script in repository.
build_file: "grpc-go/test/kokoro/xds.sh"
timeout_mins: 90
timeout_mins: 120
action {
define_artifacts {
regex: "**/*sponge_log.*"
Expand Down
2 changes: 1 addition & 1 deletion test/kokoro/xds_v3.cfg
Expand Up @@ -2,7 +2,7 @@

# Location of the continuous shell script in repository.
build_file: "grpc-go/test/kokoro/xds_v3.sh"
timeout_mins: 90
timeout_mins: 120
action {
define_artifacts {
regex: "**/*sponge_log.*"
Expand Down

0 comments on commit b753f49

Please sign in to comment.