[meson] raise timeout value of subset fuzzer

pull/2278/head
Ebrahim Byagowi 5 years ago
parent 4738dff18e
commit d57fc627e9
  1. 2
      test/fuzzing/meson.build

@ -36,5 +36,7 @@ test('subset_fuzzer', python3,
files('run-subset-fuzzer-tests.py')[0],
hb_subset_fuzzer_exe,
],
# as the test are ran concurrently and we have numerous ones here let's raise acceptable time
timeout: 120,
workdir: join_paths(meson.current_build_dir(), '..', '..'),
env: env)

Loading…
Cancel
Save