mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 05:25:05 +00:00
[circleci] Add timeout multiplier when running tests under wine
We are getting occasional timeout.
This commit is contained in:
parent
2fd2f8e711
commit
c141541159
1 changed files with 2 additions and 2 deletions
|
@ -141,7 +141,7 @@ jobs:
|
|||
source venv/bin/activate
|
||||
pip3 install meson==1.6.0
|
||||
bash .ci/build-win.sh 32
|
||||
meson devenv -Cbuild-win32 meson test --print-errorlogs --suite=harfbuzz
|
||||
meson devenv -Cbuild-win32 meson test -t 10 --print-errorlogs --suite=harfbuzz
|
||||
- store_artifacts:
|
||||
path: harfbuzz-win32.zip
|
||||
- persist_to_workspace:
|
||||
|
@ -172,7 +172,7 @@ jobs:
|
|||
source venv/bin/activate
|
||||
pip3 install meson==1.6.0
|
||||
bash .ci/build-win.sh 64
|
||||
meson devenv -Cbuild-win64 meson test --print-errorlogs --suite=harfbuzz
|
||||
meson devenv -Cbuild-win64 meson test -t 10 --print-errorlogs --suite=harfbuzz
|
||||
- store_artifacts:
|
||||
path: harfbuzz-win64.zip
|
||||
- persist_to_workspace:
|
||||
|
|
Loading…
Add table
Reference in a new issue