Increase tests timeout by 10x

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2023-04-03 10:17:52 +03:00
parent ce6e2f90d2
commit c26a0a4ebd
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 5 additions and 2 deletions

View File

@ -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 <davidlt@rivosinc.com> - 3.1.1-17.1.riscv64
- Increase test timeout by 10x
* Tue Mar 28 2023 David Abdurachmanov <davidlt@rivosinc.com> - 3.1.1-17.0.riscv64
- Fix tests for riscv64