diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 52b0425d7cc6..c9079257c7f5 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -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";