From 79a7c6e81144e34cc6f32b9c022e79f212f7bbb8 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 12 Jul 2022 13:40:01 +0300 Subject: gnu: python-tornado-6: Adjust test timeout. * gnu/packages/python-web.scm (python-tornado-6)[arguments]: Adjust custom 'check phase to allow a longer test timeout. --- gnu/packages/python-web.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 87e65f4d36..6bb73fa6d2 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2075,6 +2075,7 @@ (define-public python-tornado-6 (replace 'check (lambda* (#:key tests? #:allow-other-keys) (when tests? + (setenv "ASYNC_TEST_TIMEOUT" "25") ; Like in tox.ini. (invoke "python" "-m" "tornado.test.runtests"))))))) (native-inputs (list python-certifi)) -- cgit v1.2.3