From d2b02e3da3a578c071fac47ffc24ece628bf0c3f Mon Sep 17 00:00:00 2001 From: Douglas Viroel Date: Sat, 14 Oct 2023 18:06:29 -0300 Subject: [PATCH] Increase kuttl test default timeout While running tests in ci-framework, the collapsed-cell is failing with one missing exposed service. The logs show routes with status ok. This patch increase the default timeout to 23min (was 16). --- kuttl-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kuttl-test.yaml b/kuttl-test.yaml index cb31975d3..771ee66a7 100644 --- a/kuttl-test.yaml +++ b/kuttl-test.yaml @@ -19,7 +19,7 @@ kind: TestSuite reportFormat: JSON reportName: kuttl-test-openstack namespace: openstack-kuttl-tests -timeout: 1000 +timeout: 1380 parallel: 1 suppress: - events # Remove spammy event logs