From bc57e98949c656c6cfe200fb5863b280ca2cb01b Mon Sep 17 00:00:00 2001 From: Antoine Moreaux Date: Wed, 2 Apr 2025 17:26:52 +0200 Subject: [PATCH] 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 --- .github/workflows/ci-utils.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-utils.yaml b/.github/workflows/ci-utils.yaml index 352e40c85..68643b563 100644 --- a/.github/workflows/ci-utils.yaml +++ b/.github/workflows/ci-utils.yaml @@ -21,7 +21,7 @@ concurrency: jobs: danger-js: - timeout-minutes: 3 + timeout-minutes: 5 runs-on: ubuntu-latest if: github.event.action != 'closed' steps: