summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatoro Mahri <matoro_gentoo@matoro.tk>2024-06-04 20:35:11 -0400
committerMichał Górny <mgorny@gentoo.org>2024-06-05 06:51:00 +0200
commit7388595144c1d67b97c371021ef07c3efaccd537 (patch)
tree4167e495411770c7b8d3b1e5aa3273808a702727 /dev-python/pycurl
parentdev-python/unearth: Bump to 0.15.4 (diff)
downloadgentoo-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.ebuild2
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() {