Skip to content

Commit dfceb08

Browse files
committed
timeout back to 5 s
1 parent 7e0f7b7 commit dfceb08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/cloud.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def put_packet(self, packet):
6464
'timestamp': int(packet['timestamp']*1000),
6565
'traffic': 'Rx'}
6666

67-
response = self.session.put(url, json=payload, timeout=1)
67+
response = self.session.put(url, json=payload, timeout=5)
6868
return CloudUploadResponse(response)
6969

7070
def load_credentials(self):

0 commit comments

Comments
 (0)