diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-04-11 16:50:48 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-04-16 16:09:46 +0200 |
commit | 7e4a49b42b2f4fb3a621dc89a4a76e330a9aebe9 (patch) | |
tree | f3d36328d2787bfb72ab9ee5785576b214d3e519 /src/test/meson.build | |
parent | e12d446b6623cedaf2b92c5e935312f7ade6cfef (diff) | |
download | systemd-7e4a49b42b2f4fb3a621dc89a4a76e330a9aebe9.tar.gz systemd-7e4a49b42b2f4fb3a621dc89a4a76e330a9aebe9.tar.bz2 systemd-7e4a49b42b2f4fb3a621dc89a4a76e330a9aebe9.zip |
test-execute: make find invocation a bit more efficent, increase timeout
We go through the whole file system, so this test can take arbitrary time. But
this test is still quite useful, so let's at least try to make it more efficent
by not descending at all into the directories we would filter out later on
anyway.
Also increase the timeout, in case the previous step doesn't help enough.
Diffstat (limited to 'src/test/meson.build')
-rw-r--r-- | src/test/meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/meson.build b/src/test/meson.build index 205a09d62a..3b1201f3e9 100644 --- a/src/test/meson.build +++ b/src/test/meson.build @@ -566,7 +566,8 @@ tests += [ libseccomp, libselinux, libmount, - libblkid]], + libblkid], + '', 'timeout=360'], [['src/test/test-siphash24.c'], [], |