Skip to content
Snippets Groups Projects
Commit b1b1c672 authored by Roberto Borghes's avatar Roberto Borghes
Browse files

Little increment in the socket timeout

parent 92785a2a
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ class CommunicationClass():
except:
self.socket = None
self.socket = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
self.socket.settimeout(0.1)
self.socket.settimeout(0.2)
port = 41234
host = self.ipaddr_in
try:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment