From 4d2509ca1cb84902ebf1b5f5fc2f4da2d2b47e11 Mon Sep 17 00:00:00 2001 From: yatinkarel Date: Fri, 27 Sep 2024 10:58:33 +0530 Subject: [PATCH] Bump kuttl tests timeout to 6 minutes We hit random issue in ovn_db_delete kuttl test where we delete db pods, and if pod-0 get's deleted first other pods stuck in terminating state for 5 minutes(graceful terminate time) before getting killed. In order to workaround the issue increasing the test timeout, can be reverted when the issue is actually fixed. Related-Issue: OSPRH-7626 --- kuttl-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kuttl-test.yaml b/kuttl-test.yaml index 37b2a60c..41e6517d 100644 --- a/kuttl-test.yaml +++ b/kuttl-test.yaml @@ -19,7 +19,7 @@ kind: TestSuite reportFormat: JSON reportName: kuttl-test-ovn namespace: openstack -timeout: 180 +timeout: 360 parallel: 1 suppress: - events # Remove spammy event logs