We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dc046b commit 02a65feCopy full SHA for 02a65fe
upcloud/client/client.go
@@ -18,7 +18,7 @@ const (
18
DefaultAPIBaseURL = "https://api.upcloud.com"
19
20
// The default timeout (in seconds)
21
- DefaultTimeout = 10
+ DefaultTimeout = 60
22
)
23
24
// Client represents an API client
0 commit comments