Remove unused timeout in parsey CI.

This is unset and has no fallback. it's causing an error in the CI
output

Error: An error occurred when attempting to determine the step timeout.
Error: The template is not valid. .github/workflows/parsey.yml (Line:
78, Col: 26): Unexpected value ''
This commit is contained in:
Matt Valentine-House 2024-10-09 20:58:28 +01:00
parent f7fdf6cc36
commit d0bff661d6
Notes: git 2024-10-09 20:57:45 +00:00

View File

@ -75,7 +75,6 @@ jobs:
- name: make ${{ matrix.test_task }}
run: make -s ${{ matrix.test_task }} RUN_OPTS="$RUN_OPTS" SPECOPTS="$SPECOPTS"
timeout-minutes: ${{ matrix.timeout }}
env:
RUBY_TESTOPTS: ${{ matrix.testopts }}
EXCLUDES: '../src/test/.excludes-parsey'