me
/
guix
Archived
1
0
Fork 0

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.
master
Efraim Flashner 2022-07-12 13:40:01 +03:00
parent aba4cdc87f
commit 79a7c6e811
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -2075,6 +2075,7 @@ connection to each user.")
(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))