guix-commits
[Top][All Lists]
Advanced

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

branch staging updated: gnu: python-websockets: Extend test timeout.


From: guix-commits
Subject: branch staging updated: gnu: python-websockets: Extend test timeout.
Date: Mon, 19 Sep 2022 05:56:46 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch staging
in repository guix.

The following commit(s) were added to refs/heads/staging by this push:
     new 9b30301efe gnu: python-websockets: Extend test timeout.
9b30301efe is described below

commit 9b30301efee6ccb1270284ee7eea99151f87e6f4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Sep 19 12:54:40 2022 +0300

    gnu: python-websockets: Extend test timeout.
    
    * gnu/packages/python-web.scm (python-websockets)[arguments]: Add phase
    to extend the tests timeout so slower machines can complete them.
---
 gnu/packages/python-web.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 255c5d67ec..41a72089ec 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5671,6 +5671,12 @@ files.")
         (base32
          "1vk7g5z977mi89hamwiqawpmibwvv9ghrf3pqva1waxmyc7gyjb5"))))
     (build-system python-build-system)
+    (arguments
+     (list #:phases
+           #~(modify-phases %standard-phases
+               (add-before 'check 'extend-test-timeout
+                 (lambda _
+                   (setenv "WEBSOCKETS_TESTS_TIMEOUT_FACTOR" "10"))))))
     (home-page "https://github.com/aaugustin/websockets";)
     (synopsis
      "Python implementation of the WebSocket Protocol (RFC 6455 & 7692)")



reply via email to

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