From 7e546b85988bd28a11a21b4b6a5e6eeea0467c59 Mon Sep 17 00:00:00 2001 From: Erin O'Connell Date: Sat, 10 Jun 2017 17:24:30 -0600 Subject: [PATCH] documented the new PIPENV_TIMEOUT variable --- docs/advanced.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/advanced.rst b/docs/advanced.rst index 3505bf02..d2e1a663 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -205,6 +205,9 @@ will detect it. - ``PIPENV_MAX_DEPTH`` — Set to an integer for the maximum number of directories to search for a Pipfile. + - ``PIPENV_TIMEOUT`` — Set to an integer for the max number of seconds pipenv will + wait for virtualenv creation to complete. Defaults to 120 seconds. + ☤ Custom Virtual Environment Location -------------------------------------