From ff795fbb52cd730cca0ed77a72e0aed1a439c741 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Wed, 5 Oct 2022 10:08:18 +0300 Subject: [PATCH] Increase test suite timeout Signed-off-by: David Abdurachmanov --- kokkos.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kokkos.spec b/kokkos.spec index 63e5014..0b97d13 100644 --- a/kokkos.spec +++ b/kokkos.spec @@ -4,7 +4,7 @@ Name: kokkos Version: 3.7.00 %global sover 3.7 -Release: 1%{?dist} +Release: 1.0.riscv64%{?dist} Summary: Kokkos C++ Performance Portability Programming # no support for 32-bit archs https://github.com/kokkos/kokkos/issues/2312 ExcludeArch: i686 armv7hl @@ -63,7 +63,7 @@ This package contains the development files of %{name}. %ifarch s390x %global testargs --exclude-regex KokkosCore_UnitTest_StackTraceTest %endif -%ctest %{?testargs} +%ctest %{?testargs} --timeout 6000 %files %doc README.md @@ -79,6 +79,9 @@ This package contains the development files of %{name}. %{_bindir}/kokkos_launch_compiler %changelog +* Wed Oct 05 2022 David Abdurachmanov - 3.7.00-1.0.riscv64 +- Increase ctest timeout (riscv64 is slow) + * Thu Sep 22 2022 Cezary SkrzyƄski - 3.7.00-1 - Version bump to v3.7.00 (bug #2128805)