Skip to content

Commit 98633dc

Browse files
committed
reduce timeout to 15
1 parent ac0a2c5 commit 98633dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build, Lint and Test
22
on: push
33
jobs:
44
build:
5-
timeout-minutes: 30
5+
timeout-minutes: 15
66
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout

0 commit comments

Comments
 (0)