Increase test timeout

Related: #2005774
This commit is contained in:
Florian Müllner 2021-11-04 10:08:59 +01:00
parent e578b01f86
commit 13f81efda5

View File

@ -270,7 +270,7 @@ PYTHONPATH=tests/lib %{__python3} jit-test/jit_test.py -s -t 1800 --no-progress
popd popd
%endif %endif
%{shrink:xvfb-run -s "-screen 0 1600x1200x24" %meson_test} %{shrink:xvfb-run -s "-screen 0 1600x1200x24" %meson_test --timeout-multiplier=5}
%files %files
%license COPYING %license COPYING
@ -297,6 +297,8 @@ popd
%changelog %changelog
* Thu Nov 04 2021 Florian Müllner <fmuellner@redhat.com> - 1.68.4-1 * Thu Nov 04 2021 Florian Müllner <fmuellner@redhat.com> - 1.68.4-1
- Update to 1.68.4 - Update to 1.68.4
- Increate test timeouts to make it more reliable on armv7
Resolves: #2005774
* Wed Aug 18 2021 Carlos O'Donell <codonell@redhat.com> - 1.68.3-2 * Wed Aug 18 2021 Carlos O'Donell <codonell@redhat.com> - 1.68.3-2
- Rebuilt for libffi 3.4.2 SONAME transition. Related: rhbz#1891914 - Rebuilt for libffi 3.4.2 SONAME transition. Related: rhbz#1891914