eventlet: increase TEST_TIMEOUT
(cherry picked from commit 1c489ee2a8f0a5c3e4d4ab7181e5efe3a83dc87d) Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
652cfc36e9
commit
f98a2558ec
@ -4031,6 +4031,10 @@ let
|
||||
|
||||
propagatedBuildInputs = optionals (!isPyPy) [ self.greenlet ];
|
||||
|
||||
preCheck = ''
|
||||
substituteInPlace tests/__init__.py --replace "TEST_TIMEOUT = 1" "TEST_TIMEOUT = 60"
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://pypi.python.org/pypi/eventlet/;
|
||||
description = "A concurrent networking library for Python";
|
||||
|
Loading…
Reference in New Issue
Block a user