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.
This commit is contained in:
Thomas Haller 2019-06-11 08:54:40 +02:00
parent 645261b182
commit c5e0e33b52

View file

@ -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