From 57953874e2bb59e7e756632c74d4766163736da4 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 15 Aug 2024 17:28:29 +1000 Subject: [PATCH] meson.build: bump the timeout for pytest to 60s This may or may not fix the issues with timeouts on the hwdb query tests, see #694. --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 4a526af3..3ccfba01 100644 --- a/meson.build +++ b/meson.build @@ -309,6 +309,7 @@ if get_option('tests').enabled() meson.current_source_dir() / 'test' / f, ], env: env, + timeout: 60, suite: ['all']) endforeach endif