Skip to content

Commit 2b60683

Browse files
allisonkarlitskayacgwalters
authored andcommitted
.github/workflows: add some missing timeouts
We recently ran into some issues where we stalled out and it took ages for the tests to fail. Add some timeouts. Fixes #90 Signed-off-by: Allison Karlitskaya <[email protected]>
1 parent 58f3e56 commit 2b60683

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ env:
1212
jobs:
1313
build:
1414
runs-on: ubuntu-24.04
15+
timeout-minutes: 15
1516

1617
strategy:
1718
matrix:

.github/workflows/rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ env:
1212
jobs:
1313
fedora:
1414
runs-on: ubuntu-24.04
15+
timeout-minutes: 5
1516
container:
1617
image: quay.io/fedora/fedora:41
1718
options: "--privileged --pid=host -v /var/tmp:/var/tmp -v /:/run/host"

0 commit comments

Comments
 (0)