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:
Antoine Moreaux
2025-04-02 17:26:52 +02:00
committed by GitHub
parent 7488c6727a
commit bc57e98949

View File

@ -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: