Skip to content

Commit

Permalink
lower ingress node firewall timeout to 15 minutes
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Horak <[email protected]>
  • Loading branch information
dahorak committed Sep 18, 2024
1 parent 52d3160 commit ed579cc
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 ed579cc

Please sign in to comment.