From 8a3a8f04568d5d02f9559ee88429b080af60c0f2 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 22 Aug 2019 13:12:52 +1000 Subject: [PATCH] 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 --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 19daead..03cf0a5 100644 --- a/meson.build +++ b/meson.build @@ -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