Add 90 minute limit for tests (#5851)

Occasionally a test will get stuck and run for 6 hours until Github cancels the workflow.
This reduces the timeout to 90 minutes to not waste resources.
Pybind11's tests seem to run in 30 minutes so this should be plenty of time.
This commit is contained in:
gentlegiantJGC
2025-09-27 20:53:47 +01:00
committed by GitHub
parent 8ed0dab67f
commit 81ffb1d5cc
2 changed files with 16 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ jobs:
standard:
name: 🧪
runs-on: ${{ inputs.runs-on }}
timeout-minutes: 90
steps:
- uses: actions/checkout@v5