[Tests] add a timeout

This commit is contained in:
Jordan Harband
2026-01-27 18:09:39 -08:00
parent 29a652f90f
commit 973840565e

View File

@@ -12,6 +12,7 @@ jobs:
name: "tests" name: "tests"
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 30
defaults: defaults:
run: run:
shell: 'script -q -e -c "${{ matrix.shell }} {0}"' shell: 'script -q -e -c "${{ matrix.shell }} {0}"'