From c5e0e33b52fd4e084ae7b6bee55caf07e3d118a2 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Tue, 11 Jun 2019 08:54:40 +0200 Subject: [PATCH] initrd/tests: increase test timeout for "initrd/test-cmdline-reader" with meson The default timeout of 30 seconds may not be sufficient when running under valgrind on a busy system. --- src/initrd/tests/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/src/initrd/tests/meson.build b/src/initrd/tests/meson.build index 0ef72fff35..20cf6af23b 100644 --- a/src/initrd/tests/meson.build +++ b/src/initrd/tests/meson.build @@ -18,6 +18,7 @@ foreach test_unit : test_units test( 'initrd/' + test_unit, test_script, + timeout: default_test_timeout, args: test_args + [exe.full_path()], ) endforeach