Increase test suite timeout
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
72bb4138b6
commit
ff795fbb52
@ -4,7 +4,7 @@
|
|||||||
Name: kokkos
|
Name: kokkos
|
||||||
Version: 3.7.00
|
Version: 3.7.00
|
||||||
%global sover 3.7
|
%global sover 3.7
|
||||||
Release: 1%{?dist}
|
Release: 1.0.riscv64%{?dist}
|
||||||
Summary: Kokkos C++ Performance Portability Programming
|
Summary: Kokkos C++ Performance Portability Programming
|
||||||
# no support for 32-bit archs https://github.com/kokkos/kokkos/issues/2312
|
# no support for 32-bit archs https://github.com/kokkos/kokkos/issues/2312
|
||||||
ExcludeArch: i686 armv7hl
|
ExcludeArch: i686 armv7hl
|
||||||
@ -63,7 +63,7 @@ This package contains the development files of %{name}.
|
|||||||
%ifarch s390x
|
%ifarch s390x
|
||||||
%global testargs --exclude-regex KokkosCore_UnitTest_StackTraceTest
|
%global testargs --exclude-regex KokkosCore_UnitTest_StackTraceTest
|
||||||
%endif
|
%endif
|
||||||
%ctest %{?testargs}
|
%ctest %{?testargs} --timeout 6000
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README.md
|
%doc README.md
|
||||||
@ -79,6 +79,9 @@ This package contains the development files of %{name}.
|
|||||||
%{_bindir}/kokkos_launch_compiler
|
%{_bindir}/kokkos_launch_compiler
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 05 2022 David Abdurachmanov <davidlt@rivosinc.com> - 3.7.00-1.0.riscv64
|
||||||
|
- Increase ctest timeout (riscv64 is slow)
|
||||||
|
|
||||||
* Thu Sep 22 2022 Cezary Skrzyński <cezary.skrzynski@ng-analytics.com> - 3.7.00-1
|
* Thu Sep 22 2022 Cezary Skrzyński <cezary.skrzynski@ng-analytics.com> - 3.7.00-1
|
||||||
- Version bump to v3.7.00 (bug #2128805)
|
- Version bump to v3.7.00 (bug #2128805)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user