From 0722889a6ee9e3d2c186d53d2c414cc7b28ca4b0 Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Fri, 15 May 2020 10:10:27 +0430 Subject: [PATCH] [meson] increase subset tests timeout https://github.com/harfbuzz/harfbuzz/runs/676665822#step:6:570 fails because meson runs the tests in parallel, correct fix will be making the tests smaller --- test/subset/meson.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/subset/meson.build b/test/subset/meson.build index 5992f71d7..cdc89c591 100644 --- a/test/subset/meson.build +++ b/test/subset/meson.build @@ -37,8 +37,7 @@ foreach t : tests ], # as the tests are ran concurrently let's raise acceptable time here # ideally better to break and let meson handles them in parallel - timeout: 140, + timeout: 200, workdir: join_paths(meson.current_build_dir(), '..', '..'), ) endforeach -