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>
This commit is contained in:
parent
bad7aa4554
commit
8a3a8f0456
|
@ -147,7 +147,8 @@ endif
|
||||||
pytest = find_program('pytest-3', required: false)
|
pytest = find_program('pytest-3', required: false)
|
||||||
if pytest.found()
|
if pytest.found()
|
||||||
test('unittest', pytest,
|
test('unittest', pytest,
|
||||||
args: [join_paths(meson.source_root(), 'test')])
|
args: [join_paths(meson.source_root(), 'test')],
|
||||||
|
timeout: 180)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# A wrapper to start tuhi at the same time as tuhigui, used by the flatpak
|
# A wrapper to start tuhi at the same time as tuhigui, used by the flatpak
|
||||||
|
|
Loading…
Reference in New Issue