Skip to content

Commit 85c2ac2

Browse files
authored
Timeout rust job after 60 minutes (#574)
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
1 parent e6c0ed9 commit 85c2ac2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dep_rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ defaults:
3333
jobs:
3434
build:
3535
if: ${{ inputs.docs_only == 'false' }}
36+
timeout-minutes: 60
3637
strategy:
3738
fail-fast: true
3839
matrix:

0 commit comments

Comments
 (0)