commit: 7388595144c1d67b97c371021ef07c3efaccd537 Author: Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk> AuthorDate: Wed Jun 5 00:35:11 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Jun 5 04:51:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73885951
dev-python/pycurl: crank up timeout Needed to pass on sparc. Bug: https://bugs.gentoo.org/927128 Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk> Closes: https://github.com/gentoo/gentoo/pull/37030 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/pycurl/pycurl-7.45.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pycurl/pycurl-7.45.3.ebuild b/dev-python/pycurl/pycurl-7.45.3.ebuild index f1581a3aa300..11b365d5bc8f 100644 --- a/dev-python/pycurl/pycurl-7.45.3.ebuild +++ b/dev-python/pycurl/pycurl-7.45.3.ebuild @@ -83,7 +83,7 @@ python_test() { tests/option_constants_test.py::OptionConstantsTest::test_socks5_gssapi_nec_setopt ) - epytest -p flaky -p timeout --timeout=30 tests + epytest -p flaky -p timeout --timeout=120 tests } python_install_all() {
