summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-06-11 08:54:40 +0200
committerThomas Haller <thaller@redhat.com>2019-06-11 08:54:40 +0200
commitc5e0e33b52fd4e084ae7b6bee55caf07e3d118a2 (patch)
tree5758b91ca14edd15e58a09903a8d24e695835491
parent645261b182d5ec58cd8b466921f315b49a177d91 (diff)
downloadNetworkManager-c5e0e33b52fd4e084ae7b6bee55caf07e3d118a2.tar.gz
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.
-rw-r--r--src/initrd/tests/meson.build1
1 files changed, 1 insertions, 0 deletions
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