Skip to content

Commit f70b203

Browse files
Bump nightly e2e test timeout (#10631)
Co-authored-by: changelog-bot <changelog-bot> Co-authored-by: David Jumani <[email protected]>
1 parent 40985ca commit f70b203

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/nightly-tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
# When running the tests at night, there is no value in splitting the tests across multiple clusters and running them in parallel.
134134
# As a result, we increase the threshold for the tests, since they all run serially on a single cluster
135135
- cluster-name: 'cluster-one'
136-
go-test-args: '-v -timeout=150m'
136+
go-test-args: '-v -timeout=210m'
137137
# Specifying an empty regex means all tests will be run.
138138
go-test-run-regex: ""
139139
# In our nightly tests, we run the suite of tests using the lower and upper ends of versions that we claim to support
@@ -196,7 +196,7 @@ jobs:
196196
# When running the tests at night, there is no value in splitting the tests across multiple clusters and running them in parallel.
197197
# As a result, we increase the threshold for the tests, since they all run serially on a single cluster
198198
- cluster-name: 'cluster-one'
199-
go-test-args: '-v -timeout=150m'
199+
go-test-args: '-v -timeout=210m'
200200
# Specifying an empty regex means all tests will be run.
201201
go-test-run-regex: ""
202202
# In our nightly tests, we run the suite of tests using the lower and upper ends of versions that we claim to support
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
changelog:
2+
- type: NON_USER_FACING
3+
description: >-
4+
Bump timeouts for nightly e2e tests.

0 commit comments

Comments
 (0)