infra: add 20min timeout to ci steps (#28483)

This commit is contained in:
Erick Friis
2024-12-03 10:35:57 -08:00
committed by GitHub
parent c74f34cb41
commit a220ee56cd
8 changed files with 8 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ jobs:
run:
working-directory: ${{ inputs.working-directory }}
runs-on: ubuntu-latest
timeout-minutes: 20
name: "poetry run pytest -m compile tests/integration_tests #${{ inputs.python-version }}"
steps:
- uses: actions/checkout@v4