diff options
author | eldritch horrors <pennae@lix.systems> | 2024-03-29 02:49:07 +0100 |
---|---|---|
committer | eldritch horrors <pennae@lix.systems> | 2024-03-29 02:19:36 +0000 |
commit | 86b954a7afb98a717c372962dacd311d1fcc284c (patch) | |
tree | 5d952910f2c09392b99cd2f3175a73694d63effa /tests | |
parent | 236bc046ba9713e5f7647b97d41608477daafa3b (diff) |
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
Diffstat (limited to 'tests')
-rw-r--r-- | tests/functional/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
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 |