Skip to content

Commit 450f552

Browse files
chore(ci): add timeout thresholds for CI jobs
1 parent cf871bc commit 450f552

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.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:
@@ -25,6 +26,7 @@ jobs:
2526
- name: Run lints
2627
run: ./scripts/lint
2728
test:
29+
timeout-minutes: 10
2830
name: test
2931
runs-on: ubuntu-latest
3032
steps:

0 commit comments

Comments
 (0)