Skip to content

Commit 41d7ceb

Browse files
chore(ci): add timeout thresholds for CI jobs
1 parent e074cd4 commit 41d7ceb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010

1111
jobs:
1212
lint:
13+
timeout-minutes: 10
1314
name: lint
1415
runs-on: ubuntu-latest
1516
steps:
@@ -23,6 +24,7 @@ jobs:
2324
- name: Run lints
2425
run: ./scripts/lint
2526
test:
27+
timeout-minutes: 10
2628
name: test
2729
runs-on: ubuntu-latest
2830
steps:

0 commit comments

Comments
 (0)