guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/09: gnu: python-tornado-6: Adjust test timeout.


From: guix-commits
Subject: 03/09: gnu: python-tornado-6: Adjust test timeout.
Date: Tue, 12 Jul 2022 10:41:48 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 79a7c6e81144e34cc6f32b9c022e79f212f7bbb8
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jul 12 13:40:01 2022 +0300

    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 @@ 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]