mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 02:16:31 +01:00
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.
This commit is contained in:
parent
aba4cdc87f
commit
79a7c6e811
1 changed files with 1 additions and 0 deletions
|
@ -2075,6 +2075,7 @@ connection to each user.")
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
(lambda* (#:key tests? #:allow-other-keys)
|
||||||
(when tests?
|
(when tests?
|
||||||
|
(setenv "ASYNC_TEST_TIMEOUT" "25") ; Like in tox.ini.
|
||||||
(invoke "python" "-m" "tornado.test.runtests")))))))
|
(invoke "python" "-m" "tornado.test.runtests")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-certifi))
|
(list python-certifi))
|
||||||
|
|
Loading…
Add table
Reference in a new issue