Increase the timeout for async tests, some builders are slow
This commit is contained in:
parent
aca7779232
commit
66739ac22e
@ -99,6 +99,7 @@ ideal for real-time web services.
|
|||||||
%{?with_python2:%py2_install}
|
%{?with_python2:%py2_install}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
export ASYNC_TEST_TIMEOUT=10
|
||||||
%{__python3} -m tornado.test.runtests --verbose
|
%{__python3} -m tornado.test.runtests --verbose
|
||||||
%{?with_python2:%{__python2} -m tornado.test.runtests --verbose}
|
%{?with_python2:%{__python2} -m tornado.test.runtests --verbose}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user