From b57131a0ef74acf71f9d1765321968efe050edf0 Mon Sep 17 00:00:00 2001 From: Shawn Neal Date: Thu, 1 May 2014 07:56:09 -0700 Subject: [PATCH] Updated website documentation for graceful_halt_timeout The default value in the code is actually 60 seconds, so now the docs match that. --- website/docs/source/v2/vagrantfile/machine_settings.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/source/v2/vagrantfile/machine_settings.html.md b/website/docs/source/v2/vagrantfile/machine_settings.html.md index 8be85526e..cfcca719b 100644 --- a/website/docs/source/v2/vagrantfile/machine_settings.html.md +++ b/website/docs/source/v2/vagrantfile/machine_settings.html.md @@ -87,7 +87,7 @@ constraints. `config.vm.graceful_halt_timeout` - The time in seconds that Vagrant will wait for the machine to gracefully halt when `vagrant halt` is called. -Defaults to 300 seconds. +Defaults to 60 seconds.