diff --git a/python-tornado.changes b/python-tornado.changes index 8af99f0..16a5d91 100644 --- a/python-tornado.changes +++ b/python-tornado.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 9 19:03:51 UTC 2017 - toddrme2178@gmail.com + +- Fix tests + ------------------------------------------------------------------- Fri Jun 23 17:41:45 UTC 2017 - jmatejek@suse.com diff --git a/python-tornado.spec b/python-tornado.spec index 73e0e0c..a975bc0 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -89,9 +89,10 @@ fi %install %python_install %fdupes -s demos -%fdupes %{buildroot}%{_prefix} +%python_expand %fdupes %{buildroot}%{python_sitearch} %check +export ASYNC_TEST_TIMEOUT=30 %python_exec -m tornado.test.runtests %files %{python_files}