]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: bump timeout for test-udev to 180s v239-49
authorFrantisek Sumsal <frantisek@sumsal.cz>
Fri, 18 Jan 2019 21:32:42 +0000 (22:32 +0100)
committerThe Plumber <50238977+systemd-rhel-bot@users.noreply.github.com>
Thu, 22 Jul 2021 12:18:33 +0000 (14:18 +0200)
On some (mainly virtual) machines the last test takes more than 30
seconds, which causes unnecessary fails, as the test itself is working
properly.

(cherry picked from commit bb0e960448fce037f5b82b1829863da8ccbe636b)

Related: #1934504

test/meson.build

index 52e4fa2e3cb482d32b057f4f6c322728fd755016..535354f3ab5fa79c1da8c7a772acc6bad50ad225 100644 (file)
@@ -246,7 +246,8 @@ custom_target(
 if perl.found()
         udev_test_pl = find_program('udev-test.pl')
         test('udev-test',
-             udev_test_pl)
+             udev_test_pl,
+             timeout : 180)
 else
         message('Skipping udev-test because perl is not available')
 endif