Closed Djaytan closed 9 months ago
Issues
0 New issues
Measures
0 Security Hotspots
No data about Coverage
No data about Duplication
:tada: This PR is included in version 3.0.4 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
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).