]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: bump timeout for test-udev to 180s
authorFrantisek Sumsal <frantisek@sumsal.cz>
Fri, 18 Jan 2019 21:32:42 +0000 (22:32 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 21 Jan 2019 10:33:54 +0000 (11:33 +0100)
On some (mainly virtual) machines the last test takes more than 30
seconds, which causes unnecessary fails, as the test itself is working
properly.

test/meson.build

index d98bfb80d2d973827c9ae76bbbefb2b58978cca3..94903934a5c9ac73c67a56c259cdb3ae4faa14ff 100644 (file)
@@ -252,7 +252,8 @@ if perl.found()
         udev_test_pl = find_program('udev-test.pl')
         if want_tests != 'false'
                 test('udev-test',
-                     udev_test_pl)
+                     udev_test_pl,
+                     timeout : 180)
         endif
 else
         message('Skipping udev-test because perl is not available')