Djaytan / mc-jobs-reborn-patch-place-break

A place-break patch extension of JobsReborn plugin for Bukkit servers (Minecraft).
MIT License
5 stars 2 forks source link

ci(github): specify minutes instead of seconds for timeout #585

Closed Djaytan closed 7 months ago

Djaytan commented 7 months ago

A confusion was made when defining the jobs timeouts: seconds have been provided whereas minutes were expected... No need to search far for understanding that: the property name contains the expected time unit: timeout-minutes.

This change aims to fix this confusion.

Additionally, the opportunity has been taken to review the current timeouts and adjust them if required. Most of the jobs execution duration remains under 5 minutes, but the timeout has been set to 15 minutes (three times higher) to tolerate rare/exceptional slowness (e.g. temporary service unavailability, overwhelming GitHub Actions runners, etc). The only exceptions are the release signing job and the Scorecard one since they are very fast to be executed (less than 1 minute in average).

sonarcloud[bot] commented 7 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

github-actions[bot] commented 3 weeks ago

:tada: This PR is included in version 3.0.4 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: