mirror of
https://github.com/vvzvlad/vestasync.git
synced 2025-10-03 01:17:54 +03:00
increase wait time
This commit is contained in:
@ -25,7 +25,7 @@ def main():
|
|||||||
browser = ServiceBrowser(zeroconf, "_workstation._tcp.local.", listener)
|
browser = ServiceBrowser(zeroconf, "_workstation._tcp.local.", listener)
|
||||||
|
|
||||||
# Устанавливаем время ожидания и ждем, пока не найдутся все службы
|
# Устанавливаем время ожидания и ждем, пока не найдутся все службы
|
||||||
timeout = 5
|
timeout = 15
|
||||||
wait_event = Event()
|
wait_event = Event()
|
||||||
wait_event.wait(timeout)
|
wait_event.wait(timeout)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user