Skip to content

Commit

Permalink
Increase PDB test timeout to 150s (#2590)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
swiatekm authored Feb 1, 2024
1 parent 1573cd9 commit a14a068
Showing 1 changed file with 1 addition and 1 deletion.
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: 30
timeout: 150

0 comments on commit a14a068

Please sign in to comment.