Increase timeout limit for tests
This commit is contained in:
parent
98fbdcf94d
commit
c06e4c0dc4
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user