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

@@ -26,6 +26,7 @@ jobs:
run:
working-directory: ${{ inputs.working-directory }}
runs-on: ubuntu-latest
timeout-minutes: 20
name: "make test # pydantic: ~=${{ inputs.pydantic-version }}, python: ${{ inputs.python-version }}, "
steps:
- uses: actions/checkout@v4