Skip to content

Commit

Permalink
Update perftests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pintojoy authored Nov 1, 2023
1 parent ba13bf8 commit cc61332
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ocs_ci/ocs/perftests.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ def wait_for_wl_to_finish(self, timeout=18000, sleep=300):

Finished = 0
restarts = 0
timeout = 6000
total_time = timeout
while not Finished and total_time > 0:
results = run_oc_command(
Expand Down

0 comments on commit cc61332

Please sign in to comment.