Compare commits

...

1 Commits

Author SHA1 Message Date
David Abdurachmanov d49f51fde7
Increase timeout for tests on riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-12-13 10:51:27 +02:00
1 changed files with 7 additions and 1 deletions

View File

@ -11,7 +11,7 @@ ideal for real-time web services.}
Name: python-%{srcname}
Version: 6.3.3
Release: 1%{?dist}
Release: 1.0.riscv64%{?dist}
Summary: Scalable, non-blocking web server and tools
License: Apache-2.0
@ -59,6 +59,9 @@ This package contains some example applications.
# Skip the same timing-related tests that upstream skips when run in Travis CI.
# https://github.com/tornadoweb/tornado/commit/abc5780a06a1edd0177a399a4dd4f39497cb0c57
export TRAVIS=true
%ifarch riscv64
export ASYNC_TEST_TIMEOUT=80
%endif
%{py3_test_envvars} %{python3} -m tornado.test
%files -n python3-%{srcname} -f %{pyproject_files}
@ -69,6 +72,9 @@ export TRAVIS=true
%doc demos
%changelog
* Wed Dec 13 2023 David Abdurachmanov <davidlt@rivosinc.com> - 6.3.3-1.0.riscv64
- Increase timeout for tests on riscv64
* Fri Aug 11 2023 Gwyn Ciesla <gwync@protonmail.com> - 6.3.3-1
- 6.3.3