Skip to content

Commit

Permalink
Merge pull request #10523 from dahorak/lower-timeout-for-ingress-node…
Browse files Browse the repository at this point in the history
…-firewall-installation

lower ingress node firewall timeout to 15 minutes
  • Loading branch information
petr-balogh committed Sep 18, 2024
2 parents e111fa2 + ed579cc commit 508b2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocs_ci/deployment/ingress_node_firewall.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 508b2b9

Please sign in to comment.