Skip to content

Commit

Permalink
reduced timout-minutes 30m to 3m
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-Hex committed Oct 29, 2024
1 parent 808166e commit 39818f1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
run: make -C example/macOS
if: runner.arch == 'ARM64'
test:
needs: build
needs: formatting-check
runs-on: ${{ matrix.os }}
timeout-minutes: 30
timeout-minutes: 3
strategy:
fail-fast: false
# Can't expand the matrix due to the flakiness of the CI infra
Expand All @@ -73,4 +73,3 @@ jobs:
run: make download_kernel
- name: Unit Test
run: make test
timeout-minutes: 10

0 comments on commit 39818f1

Please sign in to comment.