From 66739ac22e54f61b99dced2e264c7c1f44330b87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 27 Mar 2019 13:46:46 +0100 Subject: [PATCH] Increase the timeout for async tests, some builders are slow --- python-tornado.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-tornado.spec b/python-tornado.spec index 84868db..175e20b 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -99,6 +99,7 @@ ideal for real-time web services. %{?with_python2:%py2_install} %check +export ASYNC_TEST_TIMEOUT=10 %{__python3} -m tornado.test.runtests --verbose %{?with_python2:%{__python2} -m tornado.test.runtests --verbose}