diff options
author | James Le Cuirot <chewi@gentoo.org> | 2021-10-30 08:52:06 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2021-10-30 08:52:06 +0100 |
commit | df822423436f87dcd357ff2e2af57e041135d661 (patch) | |
tree | 51658a59d1304a460ced9bb15e41b1c0dbd56451 /dev-python/websockets | |
parent | virtual/httpd-fastcgi: add www-servers/h2o (diff) | |
download | gentoo-df822423436f87dcd357ff2e2af57e041135d661.tar.gz gentoo-df822423436f87dcd357ff2e2af57e041135d661.tar.bz2 gentoo-df822423436f87dcd357ff2e2af57e041135d661.zip |
dev-python/websockets: Fix tests on slower systems for 9.1
Infuriatingly, this approach makes one of the 10.0 tests fail
consistently on my fast desktop.
Bug: https://bugs.gentoo.org/810094
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-python/websockets')
-rw-r--r-- | dev-python/websockets/websockets-9.1-r1.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/websockets/websockets-9.1-r1.ebuild b/dev-python/websockets/websockets-9.1-r1.ebuild index b4202f59a401..319a32d784b5 100644 --- a/dev-python/websockets/websockets-9.1-r1.ebuild +++ b/dev-python/websockets/websockets-9.1-r1.ebuild @@ -33,3 +33,6 @@ src_prepare() { distutils-r1_src_prepare } + +# Be more tolerant with time-sensitive tests for slow systems. +export WEBSOCKETS_TESTS_TIMEOUT_FACTOR=100 |