diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-24 17:42:30 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-24 17:44:07 +0300 |
commit | fe94385556300d4a72c13adce31f057682bef75d (patch) | |
tree | bdf79a7e7063c4712ced3bb9c4c0c183601504ef /dev-python/sphobjinv | |
parent | app-emulation/open-vm-tools: update DESCRIPTION (diff) | |
download | gentoo-fe94385556300d4a72c13adce31f057682bef75d.tar.gz gentoo-fe94385556300d4a72c13adce31f057682bef75d.tar.bz2 gentoo-fe94385556300d4a72c13adce31f057682bef75d.zip |
dev-python/sphobjinv: increase fail timeout for tests
Reported-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/sphobjinv')
-rw-r--r-- | dev-python/sphobjinv/sphobjinv-2.1-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/sphobjinv/sphobjinv-2.1-r1.ebuild b/dev-python/sphobjinv/sphobjinv-2.1-r1.ebuild index 87b6f739a316..12688af861bc 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 } |