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