We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e0f7b7 commit dfceb08Copy full SHA for dfceb08
1 file changed
libs/cloud.py
@@ -64,7 +64,7 @@ def put_packet(self, packet):
64
'timestamp': int(packet['timestamp']*1000),
65
'traffic': 'Rx'}
66
67
- response = self.session.put(url, json=payload, timeout=1)
+ response = self.session.put(url, json=payload, timeout=5)
68
return CloudUploadResponse(response)
69
70
def load_credentials(self):
0 commit comments