Add timeout to unit tests on mac (#30451)

Workaround for https://github.com/servo/servo/issues/30275
This commit is contained in:
Samson 2023-09-29 19:30:48 +02:00 committed by GitHub
parent 528b69b9b0
commit 67f2f98a93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,6 +79,7 @@ jobs:
run: ./mach test-scripts
- name: Unit tests
if: ${{ inputs.unit-tests || github.ref_name == 'try-mac' }}
timeout-minutes: 30 # https://github.com/servo/servo/issues/30275
run: python3 ./mach test-unit --release
- name: Package
run: python3 ./mach package --release