Commit c88aba99 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Increased timeout for colord-test-private to 180 to pass on slow systems

parent f05f47b3
......@@ -22,6 +22,7 @@ all:
mv -v /etc/gshadow /data/etc/gshadow
ln -sv /data/etc/gshadow /etc/gshadow
tar xf colord-1.4.4.tar.xz
patch -Np1 -d colord-1.4.4 < colord-1.4.4-fix_test_timeout.patch
cd colord-1.4.4 && mv po/fur.po po/ur.po
cd colord-1.4.4 && sed -i 's/fur/ur/' po/LINGUAS
mkdir -p colord-1.4.4/build
......
diff -uNr colord-1.4.4/lib/colord/meson.build colord-1.4.4-fix_test_timeout/lib/colord/meson.build
--- colord-1.4.4/lib/colord/meson.build 2019-03-08 23:13:10.000000000 +1030
+++ colord-1.4.4-fix_test_timeout/lib/colord/meson.build 2020-05-22 08:53:00.387589982 +0930
@@ -256,7 +256,7 @@
install : get_option('installed_tests'),
install_dir : join_paths(libexecdir, 'installed-tests', 'colord'),
)
- test('colord-test-private', e)
+ test('colord-test-private', e, timeout: 180)
e = executable(
'colord-test-daemon',
sources : [
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