From: Zbigniew Jędrzejewski-Szmek Date: Wed, 22 Jul 2020 10:12:36 +0000 (+0200) Subject: test: increase timeout for test-path X-Git-Tag: v246-rc2~16^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f8c7801e92f084b72850ae79ca071d180a81228;p=thirdparty%2Fsystemd.git test: increase timeout for test-path The CI occasionally fail in test-path with a timeout. test-path loads units from the filesystem, and this conceivably might take more than the default limit of 3 s. Increase the timeout substantially to see if this helps. --- diff --git a/src/test/meson.build b/src/test/meson.build index 4affcd647f9..132989f197e 100644 --- a/src/test/meson.build +++ b/src/test/meson.build @@ -671,7 +671,8 @@ tests += [ libseccomp, libselinux, libmount, - libblkid]], + libblkid], + '', 'timeout=120'], [['src/test/test-execute.c'], [libcore,