mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Add timeout to unit tests on mac (#30451)
Workaround for https://github.com/servo/servo/issues/30275
This commit is contained in:
parent
528b69b9b0
commit
67f2f98a93
1 changed files with 1 additions and 0 deletions
1
.github/workflows/mac.yml
vendored
1
.github/workflows/mac.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue