From c8a6bc4f795167258a8ecf0c0fd2212e1f0c170d Mon Sep 17 00:00:00 2001 From: Mingwei Samuel Date: Thu, 29 Aug 2024 09:44:06 -0700 Subject: [PATCH] ci: increase CI timeouts --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2508c6f4f366..01f55673a43b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: check: name: Lint and Check if: ${{ needs.pre_job.outputs.should_skip != 'true' || github.event_name != 'pull_request' }} - timeout-minutes: 15 + timeout-minutes: 20 needs: pre_job runs-on: ${{ matrix.os }} strategy: @@ -125,7 +125,7 @@ jobs: test: name: Test Suite if: ${{ needs.pre_job.outputs.should_skip != 'true' || github.event_name != 'pull_request' }} - timeout-minutes: 25 + timeout-minutes: 35 needs: pre_job runs-on: ${{ matrix.os }} strategy: