Skip to content

Commit

Permalink
Increase vrack detach timeout to 20 min
Browse files Browse the repository at this point in the history
  • Loading branch information
yann degat committed Dec 4, 2020
1 parent 0cfb47e commit 38b610e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovh/vrack_task.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func waitForVrackTask(task *VrackTask, c *ovh.Client) error {
Pending: []string{"init", "todo", "doing"},
Target: []string{"completed"},
Refresh: refreshFunc,
Timeout: 10 * time.Minute,
Timeout: 20 * time.Minute,
Delay: 10 * time.Second,
MinTimeout: 3 * time.Second,
}
Expand Down

0 comments on commit 38b610e

Please sign in to comment.