mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
remote/comm_udp: Increase timeout.
This commit is contained in:
parent
edf65107fb
commit
d37ef60e70
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class CommUDP(CSRBuilder):
|
|||
return
|
||||
self.socket = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
|
||||
self.socket.bind(("", self.port))
|
||||
self.socket.settimeout(1)
|
||||
self.socket.settimeout(2)
|
||||
if probe:
|
||||
self.probe(self.server, self.port)
|
||||
|
||||
|
|
Loading…
Reference in a new issue