Skip to content

Commit a14a068

Browse files
authored
Increase PDB test timeout to 150s (#2590)
It looks like this test can time out sometimes because deleting the namespace can take a bit of time. We don't really gain anything from having this lower, as we always need to wait for all these test suites, and each runs concurrently.
1 parent 1573cd9 commit a14a068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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: 30
6+
timeout: 150

0 commit comments

Comments
 (0)