From 86b954a7afb98a717c372962dacd311d1fcc284c Mon Sep 17 00:00:00 2001 From: eldritch horrors Date: Fri, 29 Mar 2024 02:49:07 +0100 Subject: [PATCH] meson: increase functional test timeout sometimes these fail with timeouts on loaded machines. let's up the timeouts until we can pull the tests apart to more reasonable sizes Change-Id: I2dfff2183cc1f3ff5e6107f43748ac046fe00d05 --- tests/functional/meson.build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/functional/meson.build b/tests/functional/meson.build index 53dc21af5..0ea0e4df5 100644 --- a/tests/functional/meson.build +++ b/tests/functional/meson.build @@ -176,5 +176,8 @@ foreach script : functional_tests_scripts env : { 'MESON_BUILD_ROOT': meson.project_build_root(), }, + # some tests take 15+ seconds even on an otherwise idle machine, on a loaded machine + # this can easily drive them to failure. give them more time, 5min rather than 30sec + timeout : 300, ) endforeach