Skip to content

Commit 3b664af

Browse files
committed
Add job timeouts
1 parent cb298f0 commit 3b664af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
lint:
2020
name: Lint
2121
runs-on: ubuntu-latest
22+
timeout-minutes: 10
2223
steps:
2324
- name: Checkout repository
2425
uses: actions/checkout@v6
@@ -50,6 +51,7 @@ jobs:
5051
build-wheel:
5152
name: Build wheel (Linux x86_64, Python ${{ matrix.python-version }})
5253
runs-on: ubuntu-latest
54+
timeout-minutes: 30
5355
container:
5456
image: nvidia/cuda:13.0.2-devel-ubuntu24.04
5557
strategy:

0 commit comments

Comments
 (0)