Skip to content

Commit d78258c

Browse files
chore(ci): add timeout thresholds for CI jobs
1 parent b3a1e96 commit d78258c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
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:
@@ -27,6 +28,7 @@ jobs:
2728
run: ./scripts/lint
2829

2930
build:
31+
timeout-minutes: 5
3032
name: build
3133
runs-on: ubuntu-latest
3234
permissions:
@@ -61,6 +63,7 @@ jobs:
6163
SHA: ${{ github.sha }}
6264
run: ./scripts/utils/upload-artifact.sh
6365
test:
66+
timeout-minutes: 10
6467
name: test
6568
runs-on: ubuntu-latest
6669
steps:

0 commit comments

Comments
 (0)