Added timeout to workflows

This commit is contained in:
Cian Hughes
2024-11-14 18:34:18 +00:00
parent 129c6772be
commit 5d57ccbe86
2 changed files with 2 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ jobs:
name: Build python package for ${{ matrix.os }} with Python ${{ matrix.python-version }} via Poetry ${{ matrix.poetry-version }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
strategy:
fail-fast: false
matrix:

View File

@@ -14,6 +14,7 @@ jobs:
name: Build rust library for ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
strategy:
matrix:
os: [ubuntu-latest, windows-latest]