meson.build: bump the timeout for pytest

The more logs one collects, the longer it takes. I'm up to ~30s now.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
pull/184/head
Peter Hutterer 2019-08-22 13:12:52 +10:00
parent bad7aa4554
commit 8a3a8f0456
1 changed files with 2 additions and 1 deletions

View File

@ -147,7 +147,8 @@ endif
pytest = find_program('pytest-3', required: false)
if pytest.found()
test('unittest', pytest,
args: [join_paths(meson.source_root(), 'test')])
args: [join_paths(meson.source_root(), 'test')],
timeout: 180)
endif
# A wrapper to start tuhi at the same time as tuhigui, used by the flatpak