Skip to content

Commit b753f49

Browse files
authored
xds testing: increase timeout from 90 minutes to 120 minutes (#4191)
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.
1 parent 7b8d65a commit b753f49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/kokoro/xds.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Location of the continuous shell script in repository.
44
build_file: "grpc-go/test/kokoro/xds.sh"
5-
timeout_mins: 90
5+
timeout_mins: 120
66
action {
77
define_artifacts {
88
regex: "**/*sponge_log.*"

test/kokoro/xds_v3.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Location of the continuous shell script in repository.
44
build_file: "grpc-go/test/kokoro/xds_v3.sh"
5-
timeout_mins: 90
5+
timeout_mins: 120
66
action {
77
define_artifacts {
88
regex: "**/*sponge_log.*"

0 commit comments

Comments
 (0)