diff --git a/test/fuzzing/meson.build b/test/fuzzing/meson.build index 9a903908f..b21655a7e 100644 --- a/test/fuzzing/meson.build +++ b/test/fuzzing/meson.build @@ -36,7 +36,7 @@ test('subset_fuzzer', find_program('run-subset-fuzzer-tests.py'), # as the tests are ran concurrently let's raise acceptable time here # ideally better to break and let meson handles them in parallel timeout: 120, - is_parallel: false + is_parallel: false, workdir: join_paths(meson.current_build_dir(), '..', '..'), env: env) diff --git a/test/subset/meson.build b/test/subset/meson.build index 6564cdd03..88f4f6b5e 100644 --- a/test/subset/meson.build +++ b/test/subset/meson.build @@ -38,7 +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 + is_parallel: false, workdir: join_paths(meson.current_build_dir(), '..', '..'), ) endforeach