Skip to content

Commit

Permalink
Update test_fio_benchmark.py
Browse files Browse the repository at this point in the history
Ran few local tests to find suitable timeout value, Based on the results updating timeout value to 120000, will change in future if needs to be changed
  • Loading branch information
pintojoy authored Nov 2, 2023
1 parent 593aef2 commit 13a7c0f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/e2e/performance/io_workload/test_fio_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,9 @@ def run(self):
else:
sleeptime = 300

self.wait_for_wl_to_finish(sleep=sleeptime, timeout=42000)

self.wait_for_wl_to_finish(sleep=sleeptime, timeout=120000)
#timeout original value is 36000

try:
if "Fio failed to execute" not in self.test_logs:
log.info("FIO has completed successfully")
Expand Down

0 comments on commit 13a7c0f

Please sign in to comment.