From abaf244cfc81aaa08b1ebc6be9fc0cdde87a23d0 Mon Sep 17 00:00:00 2001 From: Cody Date: Thu, 12 Apr 2018 02:42:49 -0400 Subject: [PATCH] add PIPENV_INSTALL_TIMEOUT to envar index --- docs/advanced.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/advanced.rst b/docs/advanced.rst index 7ba95d1e..f1a13e39 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -364,6 +364,9 @@ will detect it. - ``PIPENV_TIMEOUT`` — Set to an integer for the max number of seconds Pipenv will wait for virtualenv creation to complete. Defaults to 120 seconds. + - ``PIPENV_INSTALL_TIMEOUT`` — Set to an integer for the max number of seconds Pipenv will wait + for package installation before timing out. Defaults to 900 seconds. + - ``PIPENV_IGNORE_VIRTUALENVS`` — Set to disable automatically using an activated virtualenv over the current project's own virtual environment.