From 37f9cccc210dd17af93c71ef3a9327d4365181c0 Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Thu, 21 May 2020 07:17:18 +0430 Subject: [PATCH] [meson] Don't run subset tests in parallel Hopefully resolves https://github.com/harfbuzz/harfbuzz/runs/695051808#step:6:700 for now --- test/subset/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/test/subset/meson.build b/test/subset/meson.build index cdc89c591..6564cdd03 100644 --- a/test/subset/meson.build +++ b/test/subset/meson.build @@ -38,6 +38,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: 200, + is_parallel: false workdir: join_paths(meson.current_build_dir(), '..', '..'), ) endforeach