From 6cf9b40dc1d8a0ae6a0e33316bc58f0cf30ecad8 Mon Sep 17 00:00:00 2001 From: Camilla Conte Date: Thu, 29 Aug 2024 16:55:01 +0100 Subject: [PATCH] tests: raise timeout to 2h It keeps timing out. Let's see how long it takes. --- tests/integration-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration-tests.yaml b/tests/integration-tests.yaml index 579c30a..94964d0 100644 --- a/tests/integration-tests.yaml +++ b/tests/integration-tests.yaml @@ -143,7 +143,7 @@ spec: - run - bundle - --timeout - - 10m + - 2h - --namespace - "$(params.namespace)" - "$(params.bundleImage)"