From 5c46683ab8b3f390a8aa043be97d89674e24162d Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Wed, 22 Jul 2020 17:23:22 +0430 Subject: [PATCH] [fuzz] increase shape fuzzer timeout as https://circleci.com/gh/harfbuzz/harfbuzz/149203 --- test/fuzzing/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/test/fuzzing/meson.build b/test/fuzzing/meson.build index f882b34cb..b67f87334 100644 --- a/test/fuzzing/meson.build +++ b/test/fuzzing/meson.build @@ -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,