[tests] Increase shape-fuzzer timeout

This commit is contained in:
Khaled Hosny 2021-03-16 00:19:40 +02:00
parent cad753e20f
commit f2d08578e7
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ test('shape_fuzzer', find_program('run-shape-fuzzer-tests.py'),
args: [
hb_shape_fuzzer_exe,
],
timeout: 60,
timeout: 300,
depends: [hb_shape_fuzzer_exe, libharfbuzz, libharfbuzz_subset],
workdir: join_paths(meson.current_build_dir(), '..', '..'),
env: env,