Skip to content

Commit

Permalink
add PIPENV_INSTALL_TIMEOUT to envar index
Browse files Browse the repository at this point in the history
  • Loading branch information
Cody authored and techalchemy committed Apr 13, 2018
1 parent 033476f commit 3e3031a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 3e3031a

Please sign in to comment.