[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
This commit is contained in:
Ebrahim Byagowi 2020-05-15 10:10:27 +04:30 committed by GitHub
parent c15146448b
commit 0722889a6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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