From 3e3031a12d177e2dfe407cebf01266d440259ea8 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 f1df67ac7d..10ae790b20 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -377,6 +377,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.