chore(ci): extend timeout for Danger JS job (#11356)
Increased the timeout for the Danger JS job from 3 to 5 minutes to prevent premature failures on slower runs. This ensures more reliable execution of the workflow. To unlock https://github.com/twentyhq/twenty/pull/11339
This commit is contained in:
2
.github/workflows/ci-utils.yaml
vendored
2
.github/workflows/ci-utils.yaml
vendored
@ -21,7 +21,7 @@ concurrency:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
danger-js:
|
danger-js:
|
||||||
timeout-minutes: 3
|
timeout-minutes: 5
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.event.action != 'closed'
|
if: github.event.action != 'closed'
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user