From b0b45966cb89b0fec40a5eb56dfb3266990ab559 Mon Sep 17 00:00:00 2001 From: Arthur Maltson Date: Sat, 31 Oct 2020 18:15:18 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20documentation=20around=20n?= =?UTF-8?q?ew=20retry=20timeout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With the newly added `VAGRANT_MAX_REBOOT_RETRY_TIMEOUT` environment variable, add some documentation explaining how and when to use it. --- website/pages/docs/other/environmental-variables.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/pages/docs/other/environmental-variables.mdx b/website/pages/docs/other/environmental-variables.mdx index 2967c73ed..77424285e 100644 --- a/website/pages/docs/other/environmental-variables.mdx +++ b/website/pages/docs/other/environmental-variables.mdx @@ -225,6 +225,13 @@ and can help identify certain issues. some knowledge of Vagrant internals. It is the best output to attach to a support request or bug report, however. +## `VAGRANT_MAX_REBOOT_RETRY_TIMEOUT` + +By default, Vagrant will wait up to 120 seconds for a machine to reboot. +However, if you're finding your OS is taking longer than 120 seconds to +reboot successfully, you can configure this environment variable and Vagrant +will wait for the configured number of seconds. + ## `VAGRANT_NO_COLOR` If this is set to any value, then Vagrant will not use any colorized