Skip to content

Commit 02a65fe

Browse files
committed
Raise defaultTimeout to 60s
1 parent 2dc046b commit 02a65fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upcloud/client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const (
1818
DefaultAPIBaseURL = "https://api.upcloud.com"
1919

2020
// The default timeout (in seconds)
21-
DefaultTimeout = 10
21+
DefaultTimeout = 60
2222
)
2323

2424
// Client represents an API client

0 commit comments

Comments
 (0)