[meson] Unbreak the build, oops
This commit is contained in:
parent
37f9cccc21
commit
8667df552c
|
@ -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
|
# as the tests are ran concurrently let's raise acceptable time here
|
||||||
# ideally better to break and let meson handles them in parallel
|
# ideally better to break and let meson handles them in parallel
|
||||||
timeout: 120,
|
timeout: 120,
|
||||||
is_parallel: false
|
is_parallel: false,
|
||||||
workdir: join_paths(meson.current_build_dir(), '..', '..'),
|
workdir: join_paths(meson.current_build_dir(), '..', '..'),
|
||||||
env: env)
|
env: env)
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ foreach t : tests
|
||||||
# as the tests are ran concurrently let's raise acceptable time here
|
# as the tests are ran concurrently let's raise acceptable time here
|
||||||
# ideally better to break and let meson handles them in parallel
|
# ideally better to break and let meson handles them in parallel
|
||||||
timeout: 200,
|
timeout: 200,
|
||||||
is_parallel: false
|
is_parallel: false,
|
||||||
workdir: join_paths(meson.current_build_dir(), '..', '..'),
|
workdir: join_paths(meson.current_build_dir(), '..', '..'),
|
||||||
)
|
)
|
||||||
endforeach
|
endforeach
|
||||||
|
|
Loading…
Reference in New Issue