[CI]: Increase status check timeout (#11896)

# Introduction
Some jobs start to fail because they exceed the timeout
Such as this job
https://github.com/twentyhq/twenty/actions/runs/14862320942/job/41730200276?pr=11881
This commit is contained in:
Paul Rastoin
2025-05-06 17:14:58 +02:00
committed by GitHub
parent b3f5a3f75f
commit f2691e53a0
8 changed files with 8 additions and 8 deletions

View File

@ -232,7 +232,7 @@ jobs:
path: reset-logs.log
ci-server-status-check:
if: always() && !cancelled()
timeout-minutes: 1
timeout-minutes: 5
runs-on: depot-ubuntu-24.04-8
needs: [changed-files-check, server-setup, server-test, server-integration-test]
steps: