Skip to content

Commit

Permalink
ci: increase CI timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
MingweiSamuel committed Aug 29, 2024
1 parent 9c352f5 commit c8a6bc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit c8a6bc4

Please sign in to comment.