From ed579cc2fda4cb4db5f88e985048396c242ea35f Mon Sep 17 00:00:00 2001 From: Daniel Horak Date: Wed, 18 Sep 2024 13:21:20 +0200 Subject: [PATCH] lower ingress node firewall timeout to 15 minutes Signed-off-by: Daniel Horak --- ocs_ci/deployment/ingress_node_firewall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocs_ci/deployment/ingress_node_firewall.py b/ocs_ci/deployment/ingress_node_firewall.py index d7426ff10fa..5ed23f4764d 100644 --- a/ocs_ci/deployment/ingress_node_firewall.py +++ b/ocs_ci/deployment/ingress_node_firewall.py @@ -162,7 +162,7 @@ def verify_csv_status(self): """ for csv in TimeoutSampler( - timeout=1800, + timeout=900, sleep=15, func=get_csvs_start_with_prefix, csv_prefix=constants.INGRESS_NODE_FIREWALL_CSV_NAME,