Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Codeslayer666 committed Sep 26, 2018
1 parent 2c8a936 commit 66ebc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upcloud/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

const (
upcloudAPITimeout = time.Second * 60
upcloudAPITimeout = time.Second * 120
)

func Provider() *schema.Provider {
Expand Down

0 comments on commit 66ebc47

Please sign in to comment.