[meson][ci] Don't run subset fuzzer test in parallel

resolves https://github.com/harfbuzz/harfbuzz/runs/695051808#step:6:595 failure
pull/2418/head
Ebrahim Byagowi 4 years ago committed by GitHub
parent 8a5368e2d6
commit 791debdc4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      test/fuzzing/meson.build

@ -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
# ideally better to break and let meson handles them in parallel
timeout: 120,
is_parallel: false
workdir: join_paths(meson.current_build_dir(), '..', '..'),
env: env)

Loading…
Cancel
Save