mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 06:40:18 +01:00
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:
parent
645261b182
commit
c5e0e33b52
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue