[meson] Don't run subset tests in parallel

Hopefully resolves https://github.com/harfbuzz/harfbuzz/runs/695051808#step:6:700 for now
This commit is contained in:
Ebrahim Byagowi 2020-05-21 07:17:18 +04:30 committed by GitHub
parent 791debdc4a
commit 37f9cccc21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ foreach t : tests
# as the tests are ran concurrently let's raise acceptable time here
# ideally better to break and let meson handles them in parallel
timeout: 200,
is_parallel: false
workdir: join_paths(meson.current_build_dir(), '..', '..'),
)
endforeach