[meson] raise timeout value of subset fuzzer
This commit is contained in:
parent
4738dff18e
commit
d57fc627e9
@ -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…
Reference in New Issue
Block a user