mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Bigger timeout for mac unit tests (#34130)
I noticed that in practice it takes about ~30min to run unit tests. Signed-off-by: Samson <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
5d1d3d6b5a
commit
e355cc0263
1 changed files with 1 additions and 1 deletions
2
.github/workflows/mac.yml
vendored
2
.github/workflows/mac.yml
vendored
|
@ -107,7 +107,7 @@ jobs:
|
||||||
if: ${{ inputs.unit-tests }}
|
if: ${{ inputs.unit-tests }}
|
||||||
uses: nick-fields/retry@v3
|
uses: nick-fields/retry@v3
|
||||||
with:
|
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
|
max_attempts: 3 # https://github.com/servo/servo/issues/30683
|
||||||
command: python3 ./mach test-unit --${{ inputs.profile }}
|
command: python3 ./mach test-unit --${{ inputs.profile }}
|
||||||
- name: Build mach package
|
- name: Build mach package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue