Skip to content

Commit 9933f92

Browse files
committed
fix: raise default timeout to 60s
1 parent 018fc39 commit 9933f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upcloud_api/cloud_manager/cloud_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class CloudManager(BaseAPI, ServerManager, IPManager, StorageManager, FirewallMa
1919
All other managers are mixed in so code can be organized in corresponding submanager classes.
2020
"""
2121

22-
def __init__(self, username, password, timeout=10):
22+
def __init__(self, username, password, timeout=60):
2323
"""
2424
Initiates CloudManager that handles all HTTP conections with UpCloud's API.
2525

0 commit comments

Comments
 (0)