Skip to content

Commit e465063

Browse files
chore(ci): add timeout thresholds for CI jobs
1 parent 626c844 commit e465063

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
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:
@@ -78,6 +81,7 @@ jobs:
7881
run: ./scripts/test
7982

8083
examples:
84+
timeout-minutes: 10
8185
name: examples
8286
runs-on: ubuntu-latest
8387
if: github.repository == 'openai/openai-node'

0 commit comments

Comments
 (0)