From 4f438a3e09bd9c324b656540c2a0656260ff64d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20=C5=9Awi=C4=85tek?= Date: Thu, 1 Feb 2024 17:38:21 +0100 Subject: [PATCH] Increase PDB test timeout to 150s 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. --- kuttl-test-pdb.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kuttl-test-pdb.yaml b/kuttl-test-pdb.yaml index 62fc2d8042..2a3c1561db 100644 --- a/kuttl-test-pdb.yaml +++ b/kuttl-test-pdb.yaml @@ -3,4 +3,4 @@ kind: TestSuite artifactsDir: ./tests/_build/artifacts/ testDirs: - ./tests/e2e-pdb/ -timeout: 30 +timeout: 150