Increase timeout limit for tests

This commit is contained in:
Benson Muite 2023-09-25 19:04:10 +03:00
parent 98fbdcf94d
commit c06e4c0dc4
1 changed files with 3 additions and 3 deletions

View File

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