increase wait time to let CB start

This commit is contained in:
Tobias Oberstein
2017-04-17 15:35:18 +02:00
parent 731228a19d
commit 93ebd55cb6

View File

@@ -104,6 +104,7 @@ def start_crossbar():
reactor.spawnProcess(protocol, exe, args, path='.', env=env)
yield launched
yield sleep(2)
returnValue(protocol)