Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
Date: Sat, 30 Oct 2021 07:52:40
Message-Id: 1635580326.df822423436f87dcd357ff2e2af57e041135d661.chewi@gentoo
1 commit: df822423436f87dcd357ff2e2af57e041135d661
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 30 07:52:06 2021 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 30 07:52:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df822423
7
8 dev-python/websockets: Fix tests on slower systems for 9.1
9
10 Infuriatingly, this approach makes one of the 10.0 tests fail
11 consistently on my fast desktop.
12
13 Bug: https://bugs.gentoo.org/810094
14 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
15
16 dev-python/websockets/websockets-9.1-r1.ebuild | 3 +++
17 1 file changed, 3 insertions(+)
18
19 diff --git a/dev-python/websockets/websockets-9.1-r1.ebuild b/dev-python/websockets/websockets-9.1-r1.ebuild
20 index b4202f59a40..319a32d784b 100644
21 --- a/dev-python/websockets/websockets-9.1-r1.ebuild
22 +++ b/dev-python/websockets/websockets-9.1-r1.ebuild
23 @@ -33,3 +33,6 @@ src_prepare() {
24
25 distutils-r1_src_prepare
26 }
27 +
28 +# Be more tolerant with time-sensitive tests for slow systems.
29 +export WEBSOCKETS_TESTS_TIMEOUT_FACTOR=100