Skip to content

Commit 2016712

Browse files
committed
ci: reduce timeout-minutes from 10 to 5
1 parent a7dca8f commit 2016712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
test:
1212
name: Test
1313
runs-on: ${{ matrix.os }}
14-
timeout-minutes: 10
14+
timeout-minutes: 5
1515
strategy:
1616
fail-fast: false
1717
matrix:

0 commit comments

Comments
 (0)