increase wait time

This commit is contained in:
vvzvlad 2023-05-22 16:35:10 +03:00
parent e176491c7a
commit 8b70f8ad7c

View File

@ -25,7 +25,7 @@ def main():
browser = ServiceBrowser(zeroconf, "_workstation._tcp.local.", listener)
# Устанавливаем время ожидания и ждем, пока не найдутся все службы
timeout = 5
timeout = 15
wait_event = Event()
wait_event.wait(timeout)