Skip to content

Commit

Permalink
Set a timeout of 300 for all e2e tests (#2594)
Browse files Browse the repository at this point in the history
We don't really lose much by having the same timeout for all test
suites. It looks like we can sometimes have delays due to namespace
deletion - this change should help with those.
  • Loading branch information
swiatekm authored Feb 1, 2024
1 parent 7b89f13 commit bfb042e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion kuttl-test-autoscale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: TestSuite
artifactsDir: ./tests/_build/artifacts/
testDirs:
- ./tests/e2e-autoscale/
timeout: 150
timeout: 300
2 changes: 1 addition & 1 deletion kuttl-test-multi-instr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: TestSuite
artifactsDir: ./tests/_build/artifacts/
testDirs:
- ./tests/e2e-multi-instrumentation/
timeout: 150
timeout: 300
2 changes: 1 addition & 1 deletion kuttl-test-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: TestSuite
startKIND: false
testDirs:
- ./tests/e2e-openshift/
timeout: 150
timeout: 300
2 changes: 1 addition & 1 deletion kuttl-test-pdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: TestSuite
artifactsDir: ./tests/_build/artifacts/
testDirs:
- ./tests/e2e-pdb/
timeout: 150
timeout: 300
2 changes: 1 addition & 1 deletion kuttl-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ kind: TestSuite
artifactsDir: ./tests/_build/artifacts/
testDirs:
- ./tests/e2e/
timeout: 150
timeout: 300
parallel: 4

0 comments on commit bfb042e

Please sign in to comment.