diff options
-rw-r--r-- | .github/workflows/mac.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index b974f97ff40..dda92fdcbdd 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -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 |