meson: bump timeout for test-udev to 180s

On some (mainly virtual) machines the last test takes more than 30
seconds, which causes unnecessary fails, as the test itself is working
properly.
This commit is contained in:
Frantisek Sumsal 2019-01-18 22:32:42 +01:00 committed by Lennart Poettering
parent 4b8183c153
commit bb0e960448

View 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')