Merge pull request #2626 from MycroftAI/bugfix/random-vk-fail

sleep after skills loaded for any final setup
pull/2643/head
Kris Gesling 2020-07-17 23:03:02 +09:30 committed by GitHub
commit 6f33cc0553
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -90,6 +90,12 @@ def before_all(context):
else:
sleep(1)
# Temporary bugfix - First test to run sometimes fails
# Sleeping to see if something isn't finished setting up when tests start
# More info in Jira Ticket MYC-370
# TODO - remove and fix properly dependant on if failures continue
sleep(10)
context.bus = bus
context.matched_message = None
context.log = log