www-servers/tornado: Fix testing speedups

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-06-17 13:00:27 +02:00
parent ca5cd51f2f
commit 9d2339861e

View File

@@ -43,6 +43,7 @@ src_prepare() {
python_test() {
local -x ASYNC_TEST_TIMEOUT=60
cd "${BUILD_DIR}/lib" || die
"${PYTHON}" -m tornado.test.runtests --verbose ||
die "tests failed under ${EPYTHON}"
}