Skip to content

Commit 80678a8

Browse files
committed
reduced timout-minutes 30m to 5m
1 parent 808166e commit 80678a8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/compile.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151
run: make -C example/macOS
5252
if: runner.arch == 'ARM64'
5353
test:
54-
needs: build
54+
needs: formatting-check
5555
runs-on: ${{ matrix.os }}
56-
timeout-minutes: 30
56+
timeout-minutes: 5
5757
strategy:
5858
fail-fast: false
5959
# Can't expand the matrix due to the flakiness of the CI infra
@@ -73,4 +73,3 @@ jobs:
7373
run: make download_kernel
7474
- name: Unit Test
7575
run: make test
76-
timeout-minutes: 10

0 commit comments

Comments
 (0)