Wait 5s of starting minode
This commit is contained in:
parent
d01d431833
commit
7f0dc9e921
|
@ -226,6 +226,7 @@ class Main(object):
|
||||||
state.enableNetwork = False
|
state.enableNetwork = False
|
||||||
minode = launcher.MinodeProcess()
|
minode = launcher.MinodeProcess()
|
||||||
minode.start()
|
minode.start()
|
||||||
|
time.sleep(5)
|
||||||
# atexit.register(minode.stop)
|
# atexit.register(minode.stop)
|
||||||
queues.objectProcessorQueue = queue.ObjQueue()
|
queues.objectProcessorQueue = queue.ObjQueue()
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user