From 841ce4880e05e91e6c2d4e0a2ee59ad1bb34d876 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Feb 24 2024 02:43:53 +0000 Subject: Increase timeout for tests on riscv64 --- diff --git a/python-tornado.spec b/python-tornado.spec index 5787854..1ab7b55 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -59,6 +59,12 @@ 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 + +# Increase timeout for tests on riscv64 +%ifarch riscv64 +export ASYNC_TEST_TIMEOUT=80 +%endif + %{py3_test_envvars} %{python3} -m tornado.test %files -n python3-%{srcname} -f %{pyproject_files}