diff options
author | 2024-06-04 20:35:11 -0400 | |
---|---|---|
committer | 2024-06-05 06:51:00 +0200 | |
commit | 7388595144c1d67b97c371021ef07c3efaccd537 (patch) | |
tree | 4167e495411770c7b8d3b1e5aa3273808a702727 /dev-python/pycurl | |
parent | dev-python/unearth: Bump to 0.15.4 (diff) | |
download | gentoo-7388595144c1d67b97c371021ef07c3efaccd537.tar.gz gentoo-7388595144c1d67b97c371021ef07c3efaccd537.tar.bz2 gentoo-7388595144c1d67b97c371021ef07c3efaccd537.zip |
dev-python/pycurl: crank up timeout
Needed to pass on sparc.
Bug: https://bugs.gentoo.org/927128
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Closes: https://github.com/gentoo/gentoo/pull/37030
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pycurl')
-rw-r--r-- | dev-python/pycurl/pycurl-7.45.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |