Skip to content

Commit

Permalink
Merge pull request #166681 from Homebrew/timeout
Browse files Browse the repository at this point in the history
check-labels: set short timeout to 120 minutes
  • Loading branch information
fxcoudert committed Mar 20, 2024
2 parents 23bdd0d + 1e06cbb commit ceb6f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/check-labels.js
Expand Up @@ -82,7 +82,7 @@ module.exports = async ({github, context, core}, formulae_detect) => {
core.setOutput('timeout-minutes', 4320)
} else {
console.log('No CI-long-timeout label found. Setting short GitHub Actions timeout.')
core.setOutput('timeout-minutes', 90)
core.setOutput('timeout-minutes', 120)

if (label_names.includes('long build')) {
core.setFailed('PR requires the CI-long-timeout label but it is not set!')
Expand Down

0 comments on commit ceb6f15

Please sign in to comment.