3
0
Fork 0
forked from mirrors/nixpkgs

eventlet: increase TEST_TIMEOUT

This commit is contained in:
Domen Kožar 2015-01-18 12:31:14 +01:00
parent 4a056a27b7
commit 1c489ee2a8

View file

@ -3874,6 +3874,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";