providers/digitalocean: increase timeout for droplet wait to 60 mins

fixes #325
This commit is contained in:
Jack Pearkes 2015-02-25 16:08:35 -08:00
parent 11f28a716d
commit 98948a80b9
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ func WaitForDropletAttribute(
Pending: pending,
Target: target,
Refresh: newDropletStateRefreshFunc(d, attribute, meta),
Timeout: 10 * time.Minute,
Timeout: 60 * time.Minute,
Delay: 10 * time.Second,
MinTimeout: 3 * time.Second,
}