From 67f2f98a93b02b8254fa9de0dfd455fe82b810bf Mon Sep 17 00:00:00 2001 From: Samson <16504129+sagudev@users.noreply.github.com> Date: Fri, 29 Sep 2023 19:30:48 +0200 Subject: [PATCH] Add timeout to unit tests on mac (#30451) Workaround for https://github.com/servo/servo/issues/30275 --- .github/workflows/mac.yml | 1 + 1 file changed, 1 insertion(+) 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