From 77c0681a0f089aee305b65492558abca82a56b79 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Wed, 4 Apr 2018 15:55:16 -0700 Subject: [PATCH] Include new environment variable in documentation --- website/source/docs/other/environmental-variables.html.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/source/docs/other/environmental-variables.html.md b/website/source/docs/other/environmental-variables.html.md index d474faf9b..3eaaa3339 100644 --- a/website/source/docs/other/environmental-variables.html.md +++ b/website/source/docs/other/environmental-variables.html.md @@ -227,3 +227,11 @@ Use the Ruby Resolv library in place of the libc resolver. Vagrant can optionally use the Ruby Resolv library in place of the libc resolver. This can be disabled setting this environment variable. + +## `VAGRANT_POWERSHELL_VERSION_DETECTION_TIMEOUT` + +Vagrant will use a default timeout when checking for the installed version +of PowerShell. Occasionally the default can be too low and Vagrant will report +being unable to detect the installed version of PowerShell. This environment +variable can be used to extend the timeout used during PowerShell version +detection.