commit: fe94385556300d4a72c13adce31f057682bef75d
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 24 14:42:30 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 24 14:44:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe943855
dev-python/sphobjinv: increase fail timeout for tests
Reported-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/sphobjinv/sphobjinv-2.1-r1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/sphobjinv/sphobjinv-2.1-r1.ebuild
b/dev-python/sphobjinv/sphobjinv-2.1-r1.ebuild
index 87b6f739a31..12688af861b 100644
--- a/dev-python/sphobjinv/sphobjinv-2.1-r1.ebuild
+++ b/dev-python/sphobjinv/sphobjinv-2.1-r1.ebuild
@@ -43,6 +43,7 @@ distutils_enable_sphinx doc/source \
python_prepare_all() {
# --strict option is deprecated in pytest>6
sed -i -e '/addopts/d' tox.ini || die
+ sed -e '/CLI_TEST_TIMEOUT/s/2/20/' -i tests/test_cli.py || die
distutils-r1_python_prepare_all
}