diff options
author | Samson <16504129+sagudev@users.noreply.github.com> | 2023-09-29 19:30:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-29 17:30:48 +0000 |
commit | 67f2f98a93b02b8254fa9de0dfd455fe82b810bf (patch) | |
tree | 9d9a3e2460add975fff775cebb4f3c1cf575fe65 | |
parent | 528b69b9b0ee9cddaf4ab69e6f700e66292193cb (diff) | |
download | servo-67f2f98a93b02b8254fa9de0dfd455fe82b810bf.tar.gz servo-67f2f98a93b02b8254fa9de0dfd455fe82b810bf.zip |
Add timeout to unit tests on mac (#30451)
Workaround for https://github.com/servo/servo/issues/30275
-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 |