Commit 271d979a

stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
2025-04-23 04:12:49
chore(ci): add timeout thresholds for CI jobs
1 parent 15902dc
Changed files (1)
.github
workflows
.github/workflows/ci.yml
@@ -10,6 +10,7 @@ on:
 
 jobs:
   lint:
+    timeout-minutes: 10
     name: lint
     runs-on: ubuntu-latest
     steps:
@@ -30,6 +31,7 @@ jobs:
         run: ./scripts/lint
 
   test:
+    timeout-minutes: 10
     name: test
     runs-on: ubuntu-latest
     steps:
@@ -50,6 +52,7 @@ jobs:
         run: ./scripts/test
 
   examples:
+    timeout-minutes: 10
     name: examples
     runs-on: ubuntu-latest
     if: github.repository == 'openai/openai-python'