Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
SUMMARY: Balance "Gunmod install time correction 15m is 20m"
Purpose of change
Correction on #38509. I made a math error thinking that 15*3 is 60000. This resulted in a install_time of 60000 to become 15 minutes, the equivalent of an install_time of 45000
Describe the solution
Instead of 15 minutes it's now 20 minutes.
Describe alternatives you've considered
Leaving it as it is
Testing
Before installing:
![image](https://user-images.githubusercontent.com/50166150/75722796-354c2f80-5cdb-11ea-96dd-fdcec224c3b8.png)
After installing:
![image](https://user-images.githubusercontent.com/50166150/75722820-409f5b00-5cdb-11ea-9a59-2863ea5e5957.png)
It's not exactly 20 minutes probably because of my skills.