Skip to content

Commit

Permalink
Increase estimated conversion time based on test results
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Sandakov committed Jul 17, 2024
1 parent 60d6f9a commit 9aa4260
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloudlinux7to8/actions/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ def _revert_action(self) -> action.ActionResult:
return action.ActionResult()

def estimate_prepare_time(self) -> int:
return 17 * 60
return 40 * 60
2 changes: 1 addition & 1 deletion dist-upgrader

0 comments on commit 9aa4260

Please sign in to comment.