Skip to content

Commit ac3f90d

Browse files
authored
Set a timeout of 300 for all e2e tests (#2594)
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.
1 parent a14a068 commit ac3f90d

5 files changed

+5
-5
lines changed

kuttl-test-autoscale.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ kind: TestSuite
33
artifactsDir: ./tests/_build/artifacts/
44
testDirs:
55
- ./tests/e2e-autoscale/
6-
timeout: 150
6+
timeout: 300

kuttl-test-multi-instr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ kind: TestSuite
33
artifactsDir: ./tests/_build/artifacts/
44
testDirs:
55
- ./tests/e2e-multi-instrumentation/
6-
timeout: 150
6+
timeout: 300

kuttl-test-openshift.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ kind: TestSuite
33
startKIND: false
44
testDirs:
55
- ./tests/e2e-openshift/
6-
timeout: 150
6+
timeout: 300

kuttl-test-pdb.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ kind: TestSuite
33
artifactsDir: ./tests/_build/artifacts/
44
testDirs:
55
- ./tests/e2e-pdb/
6-
timeout: 150
6+
timeout: 300

kuttl-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ kind: TestSuite
33
artifactsDir: ./tests/_build/artifacts/
44
testDirs:
55
- ./tests/e2e/
6-
timeout: 150
6+
timeout: 300
77
parallel: 4

0 commit comments

Comments
 (0)