mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
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.
This commit is contained in:
parent
2266ec5eb1
commit
9b30301efe
1 changed files with 6 additions and 0 deletions
|
@ -5671,6 +5671,12 @@ (define-public python-websockets
|
|||
(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)")
|
||||
|
|
Loading…
Reference in a new issue