From c26a0a4ebde471d89886744c4ca854fbf4e898ed Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Mon, 3 Apr 2023 10:17:52 +0300 Subject: [PATCH] Increase tests timeout by 10x Signed-off-by: David Abdurachmanov --- openbabel.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openbabel.spec b/openbabel.spec index a4af1bb..02f03ad 100644 --- a/openbabel.spec +++ b/openbabel.spec @@ -14,7 +14,7 @@ Name: openbabel Version: 3.1.1 -Release: 17.0.riscv64%{?dist} +Release: 17.1.riscv64%{?dist} Summary: Chemistry software file format converter License: GPLv2 URL: https://openbabel.org/ @@ -281,7 +281,7 @@ ctest3 -j1 --force-new-ctest-process -E 'test_cifspacegroup_1|test_cifspacegroup %else # See https://github.com/openbabel/openbabel/issues/2138 %ifarch aarch64 %{arm} %{power64} s390x riscv64 -ctest3 -j1 --force-new-ctest-process -E 'pybindtest_bindings|pybindtest_obconv_writers' --timeout 6000 +ctest3 -j1 --force-new-ctest-process -E 'pybindtest_bindings|pybindtest_obconv_writers' --timeout 60000 %else ctest3 -j1 --force-new-ctest-process %endif @@ -345,6 +345,9 @@ ctest3 -j1 --force-new-ctest-process %{ruby_vendorarchdir}/openbabel.so %changelog +* Mon Apr 03 2023 David Abdurachmanov - 3.1.1-17.1.riscv64 +- Increase test timeout by 10x + * Tue Mar 28 2023 David Abdurachmanov - 3.1.1-17.0.riscv64 - Fix tests for riscv64