From fbecfce375ecb9da63731f87ea520247507d8b36 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 2 Sep 2024 16:27:24 +0100 Subject: [PATCH] tests: Increase timeout for pytest On my laptop this test now takes 55 seconds, which is uncomfortably close to the 60s timeout. Signed-off-by: Simon McVittie --- tests/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/meson.build b/tests/meson.build index ffad476f..d126a06b 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -20,7 +20,7 @@ if meson.version().version_compare('>= 0.56.0') args: ['--verbose', '--verbose', '--log-level=DEBUG'], env: test_env, workdir: meson.current_source_dir(), - timeout: 60, + timeout: 180, ) endif endif