]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: increase timeout for test-path
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 22 Jul 2020 10:12:36 +0000 (12:12 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 22 Jul 2020 10:12:36 +0000 (12:12 +0200)
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.

src/test/meson.build

index 4affcd647f98b77371e573fe13efec36ef5eabe4..132989f197eabc4845cfdcf16c5ce043e7f50ad8 100644 (file)
@@ -671,7 +671,8 @@ tests += [
           libseccomp,
           libselinux,
           libmount,
-          libblkid]],
+          libblkid],
+         '', 'timeout=120'],
 
         [['src/test/test-execute.c'],
          [libcore,