diff options
author | Lennart Poettering <lennart@poettering.net> | 2020-09-25 18:26:53 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2020-10-22 15:10:03 +0200 |
commit | f93ba375301e43900f1fe5a93a2b33b1efcc73e0 (patch) | |
tree | 63305f79a0b8b225e3dee4bc01e073fa091c6174 /meson.build | |
parent | loop-util: wait a random time before trying again (diff) | |
download | systemd-f93ba375301e43900f1fe5a93a2b33b1efcc73e0.tar.xz systemd-f93ba375301e43900f1fe5a93a2b33b1efcc73e0.zip |
test: add heavy load loopback block device test
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 307d1bd5f7..9c915323c4 100644 --- a/meson.build +++ b/meson.build @@ -3338,6 +3338,7 @@ foreach tuple : tests type = tuple.length() >= 5 ? tuple[4] : '' defs = tuple.length() >= 6 ? tuple[5] : [] incs = tuple.length() >= 7 ? tuple[6] : includes + parallel = tuple.length() >= 8 ? tuple[7] : true timeout = 30 name = sources[0].split('/')[-1].split('.')[0] |