We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 018fc39 commit 9933f92Copy full SHA for 9933f92
1 file changed
upcloud_api/cloud_manager/cloud_manager.py
@@ -19,7 +19,7 @@ class CloudManager(BaseAPI, ServerManager, IPManager, StorageManager, FirewallMa
19
All other managers are mixed in so code can be organized in corresponding submanager classes.
20
"""
21
22
- def __init__(self, username, password, timeout=10):
+ def __init__(self, username, password, timeout=60):
23
24
Initiates CloudManager that handles all HTTP conections with UpCloud's API.
25
0 commit comments