Commit 9b2f1b87 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Increased time out for udev-test to 720s

parent 17907bfb
...@@ -18,7 +18,7 @@ diff -uNr systemd-248/test/meson.build systemd-248-increase_test_timeouts/test/m ...@@ -18,7 +18,7 @@ diff -uNr systemd-248/test/meson.build systemd-248-increase_test_timeouts/test/m
test('udev-test', test('udev-test',
udev_test_pl, udev_test_pl,
- timeout : 180) - timeout : 180)
+ timeout : 360) + timeout : 720)
endif endif
else else
message('Skipping udev-test because perl is not available') message('Skipping udev-test because perl is not available')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment