Skip to content

Commit

Permalink
Bump nightly e2e test timeout (kgateway-dev#10631)
Browse files Browse the repository at this point in the history
Co-authored-by: changelog-bot <changelog-bot>
Co-authored-by: David Jumani <[email protected]>
  • Loading branch information
sheidkamp and davidjumani authored Feb 18, 2025
1 parent 40985ca commit f70b203
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
# When running the tests at night, there is no value in splitting the tests across multiple clusters and running them in parallel.
# As a result, we increase the threshold for the tests, since they all run serially on a single cluster
- cluster-name: 'cluster-one'
go-test-args: '-v -timeout=150m'
go-test-args: '-v -timeout=210m'
# Specifying an empty regex means all tests will be run.
go-test-run-regex: ""
# In our nightly tests, we run the suite of tests using the lower and upper ends of versions that we claim to support
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
# When running the tests at night, there is no value in splitting the tests across multiple clusters and running them in parallel.
# As a result, we increase the threshold for the tests, since they all run serially on a single cluster
- cluster-name: 'cluster-one'
go-test-args: '-v -timeout=150m'
go-test-args: '-v -timeout=210m'
# Specifying an empty regex means all tests will be run.
go-test-run-regex: ""
# In our nightly tests, we run the suite of tests using the lower and upper ends of versions that we claim to support
Expand Down
4 changes: 4 additions & 0 deletions changelog/v1.19.0-beta10/bump-nightly-timeouts.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
changelog:
- type: NON_USER_FACING
description: >-
Bump timeouts for nightly e2e tests.

0 comments on commit f70b203

Please sign in to comment.