Increase timeout limit for tests

This commit is contained in:
Benson Muite 2023-09-25 19:04:10 +03:00
parent 98fbdcf94d
commit c06e4c0dc4

View File

@ -2,7 +2,7 @@
%bcond_without tests %bcond_without tests
Name: libuv Name: libuv
Epoch: 2 Epoch: 3
Version: 1.46.0 Version: 1.46.0
Release: %autorelease Release: %autorelease
Summary: Platform layer for node.js Summary: Platform layer for node.js
@ -85,8 +85,8 @@ rm %{buildroot}/%{_docdir}/libuv/LICENSE-extra
%check %check
%if %{with tests} %if %{with tests}
./%{__cmake_builddir}/uv_run_tests env UV_TEST_TIMEOUT_MULTIPLIER=3 ./%{__cmake_builddir}/uv_run_tests
./%{__cmake_builddir}/uv_run_tests_a env UV_TEST_TIMEOUT_MULTIPLIER=3 ./%{__cmake_builddir}/uv_run_tests_a
%endif %endif