Increase the timeout for async tests, some builders are slow

This commit is contained in:
Miro Hrončok 2019-03-27 13:46:46 +01:00
parent aca7779232
commit 66739ac22e
1 changed files with 1 additions and 0 deletions

View File

@ -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}