Skip to content
Snippets Groups Projects
Unverified Commit c372a5ee authored by Tomasz Maczukin's avatar Tomasz Maczukin
Browse files

Increase the time of waiting for IP assigment to 15s

parent f0abc9ac
No related branches found
No related tags found
No related merge requests found
......@@ -267,8 +267,8 @@ func (d *Driver) Create() (err error) {
d.DropletID = newDroplet.ID
try := 0
// On average it taks at least 5 seconds for assigning IP address
time.Sleep(5 * time.Second)
// On average it takes at least 5 seconds for assigning IP address
time.Sleep(15 * time.Second)
log.Info("Waiting for IP address to be assigned to the Droplet...")
for {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment