Updated website documentation for graceful_halt_timeout

The default value in the code is actually 60 seconds, so now the docs match that.
This commit is contained in:
Shawn Neal 2014-05-01 07:56:09 -07:00
parent ddc6853a4c
commit b57131a0ef
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>