[fuzz] increase shape fuzzer timeout
as https://circleci.com/gh/harfbuzz/harfbuzz/149203
This commit is contained in:
parent
83c44f69d3
commit
5c46683ab8
|
@ -35,6 +35,7 @@ test('shape_fuzzer', find_program('run-shape-fuzzer-tests.py'),
|
||||||
args: [
|
args: [
|
||||||
hb_shape_fuzzer_exe,
|
hb_shape_fuzzer_exe,
|
||||||
],
|
],
|
||||||
|
timeout: 60,
|
||||||
depends: [hb_shape_fuzzer_exe, libharfbuzz, libharfbuzz_subset],
|
depends: [hb_shape_fuzzer_exe, libharfbuzz, libharfbuzz_subset],
|
||||||
workdir: meson.current_build_dir() / '..' / '..',
|
workdir: meson.current_build_dir() / '..' / '..',
|
||||||
env: env,
|
env: env,
|
||||||
|
|
Loading…
Reference in New Issue