Skip to content

Commit

Permalink
Merge 5ea244a into c494d7a
Browse files Browse the repository at this point in the history
  • Loading branch information
ebraminio committed Mar 11, 2020
2 parents c494d7a + 5ea244a commit 1d63b7e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/subset/meson.build
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
tests = [
#'basics', should investiage how to not hit timeout limit
'basics',
'full-font',
'cff-full-font',
'japanese',
#'cff-japanese',
'cff-japanese',
'layout',
'layout.gpos',
'layout.gpos2',
Expand Down Expand Up @@ -31,6 +31,8 @@ foreach t : tests
join_paths(meson.current_source_dir(), 'data', 'tests', fname),
],
workdir: join_paths(meson.current_build_dir(), '..', '..'),
# as the test are ran concurrently and we have numerous ones here let's raise acceptable time
timeout: 120,
)
endforeach

0 comments on commit 1d63b7e

Please sign in to comment.