Merge pull request #3597 from mitchellh/update-website-docs-halt-timeout-default-value

website/docs: Updated website documentation for graceful_halt_timeout
This commit is contained in:
Mitchell Hashimoto 2014-05-01 08:30:27 -07:00
commit 9dc2db5e5b
1 changed files with 1 additions and 1 deletions

View File

@ -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.
<hr>