[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:
parent
791debdc4a
commit
37f9cccc21
|
@ -38,6 +38,7 @@ foreach t : tests
|
||||||
# as the tests are ran concurrently let's raise acceptable time here
|
# as the tests are ran concurrently let's raise acceptable time here
|
||||||
# ideally better to break and let meson handles them in parallel
|
# ideally better to break and let meson handles them in parallel
|
||||||
timeout: 200,
|
timeout: 200,
|
||||||
|
is_parallel: false
|
||||||
workdir: join_paths(meson.current_build_dir(), '..', '..'),
|
workdir: join_paths(meson.current_build_dir(), '..', '..'),
|
||||||
)
|
)
|
||||||
endforeach
|
endforeach
|
||||||
|
|
Loading…
Reference in New Issue