[meson][ci] Don't run subset fuzzer test in parallel
resolves https://github.com/harfbuzz/harfbuzz/runs/695051808#step:6:595 failure
This commit is contained in:
parent
8a5368e2d6
commit
791debdc4a
|
@ -36,6 +36,7 @@ test('subset_fuzzer', find_program('run-subset-fuzzer-tests.py'),
|
||||||
# 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: 120,
|
timeout: 120,
|
||||||
|
is_parallel: false
|
||||||
workdir: join_paths(meson.current_build_dir(), '..', '..'),
|
workdir: join_paths(meson.current_build_dir(), '..', '..'),
|
||||||
env: env)
|
env: env)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue