[fuzz] increase shape fuzzer timeout

as https://circleci.com/gh/harfbuzz/harfbuzz/149203
This commit is contained in:
Ebrahim Byagowi 2020-07-22 17:23:22 +04:30 committed by GitHub
parent 83c44f69d3
commit 5c46683ab8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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