Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 271d979

Browse filesBrowse files
chore(ci): add timeout thresholds for CI jobs
1 parent 15902dc commit 271d979
Copy full SHA for 271d979

File tree

1 file changed

+3
-0
lines changed
Filter options

1 file changed

+3
-0
lines changed

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+3Lines changed: 3 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:
@@ -30,6 +31,7 @@ jobs:
3031
run: ./scripts/lint
3132

3233
test:
34+
timeout-minutes: 10
3335
name: test
3436
runs-on: ubuntu-latest
3537
steps:
@@ -50,6 +52,7 @@ jobs:
5052
run: ./scripts/test
5153

5254
examples:
55+
timeout-minutes: 10
5356
name: examples
5457
runs-on: ubuntu-latest
5558
if: github.repository == 'openai/openai-python'

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.