Skip to content

Commit 20d7d13

Browse files
chore(ci): add timeout thresholds for CI jobs
1 parent a7cab60 commit 20d7d13

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
@@ -15,6 +15,7 @@ concurrency:
1515

1616
jobs:
1717
lint:
18+
timeout-minutes: 10
1819
name: lint
1920
runs-on: ubuntu-latest
2021
timeout-minutes: 5
@@ -36,6 +37,7 @@ jobs:
3637
run: ./scripts/lint
3738

3839
test:
40+
timeout-minutes: 10
3941
name: test
4042
runs-on: ubuntu-latest
4143
timeout-minutes: 30
@@ -57,6 +59,7 @@ jobs:
5759
run: ./scripts/test
5860

5961
examples:
62+
timeout-minutes: 10
6063
name: examples
6164
runs-on: ubuntu-latest
6265
if: github.repository == 'cloudflare/cloudflare-python'

0 commit comments

Comments
 (0)