Wait 5s of starting minode

This commit is contained in:
Dmitri Bogomolov 2021-08-02 21:53:15 +03:00
parent d01d431833
commit 7f0dc9e921
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13

View File

@ -226,6 +226,7 @@ class Main(object):
state.enableNetwork = False
minode = launcher.MinodeProcess()
minode.start()
time.sleep(5)
# atexit.register(minode.stop)
queues.objectProcessorQueue = queue.ObjQueue()