aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/mac.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml
index cf9939efe4e..4467b564426 100644
--- a/.github/workflows/mac.yml
+++ b/.github/workflows/mac.yml
@@ -107,7 +107,7 @@ jobs:
if: ${{ inputs.unit-tests }}
uses: nick-fields/retry@v3
with:
- timeout_minutes: 20 # https://github.com/servo/servo/issues/30275
+ timeout_minutes: 40 # https://github.com/servo/servo/issues/30275
max_attempts: 3 # https://github.com/servo/servo/issues/30683
command: python3 ./mach test-unit --${{ inputs.profile }}
- name: Build mach package