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