Commit 5305b379 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Increased test timeouts for udev-test and hwdb-test to pass on slow systems

parent eeae7fd5
...@@ -6,6 +6,7 @@ all: systemd-user-sessions network-config ...@@ -6,6 +6,7 @@ all: systemd-user-sessions network-config
patch -Np1 -d systemd-245 < systemd-245-fix_timesyncd.patch patch -Np1 -d systemd-245 < systemd-245-fix_timesyncd.patch
patch -Np1 -d systemd-245 < systemd-245-fix_test-execute_with_new_libcap.patch patch -Np1 -d systemd-245 < systemd-245-fix_test-execute_with_new_libcap.patch
patch -Np1 -d systemd-245 < systemd-245-fix_test-udev.patch patch -Np1 -d systemd-245 < systemd-245-fix_test-udev.patch
patch -Np1 -d systemd-245 < systemd-245-systemd-245-increase_test_timeouts.patch
ln -s /tools/bin/true /usr/bin/xsltproc ln -s /tools/bin/true /usr/bin/xsltproc
cd systemd-245 && tar xf ../systemd-man-pages-245.tar.xz cd systemd-245 && tar xf ../systemd-man-pages-245.tar.xz
cd systemd-245 && sed -i 's/GROUP="render", //' rules.d/50-udev-default.rules.in cd systemd-245 && sed -i 's/GROUP="render", //' rules.d/50-udev-default.rules.in
......
diff -uNr systemd-245/test/meson.build systemd-245-increase_test_timeouts/test/meson.build
--- systemd-245/test/meson.build 2020-03-06 23:08:52.000000000 +1030
+++ systemd-245-increase_test_timeouts/test/meson.build 2022-05-03 12:55:21.669973151 +0930
@@ -274,7 +274,7 @@
if want_tests != 'false'
test('udev-test',
udev_test_pl,
- timeout : 180)
+ timeout : 360)
endif
else
message('Skipping udev-test because perl is not available')
@@ -285,7 +285,7 @@
if want_tests != 'false'
test('hwdb-test',
hwdb_test_sh,
- timeout : 90)
+ timeout : 180)
endif
endif
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