Website: Update timeout to reflect real default.

The default in the actual code is 5m.
This commit is contained in:
John Bellone 2013-11-19 17:22:17 -05:00
parent dbf6acf1e7
commit 41b5a4f28a
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ Optional:
* `ssh_timeout` (string) - The time to wait for SSH to become available
before timing out. The format of this value is a duration such as "5s"
or "5m". The default SSH timeout is "1m".
or "1m". The default SSH timeout is "5m".
* `ssh_username` (string) - The username to use in order to communicate
over SSH to the running server. The default is "root".