Merge pull request #2741 from MycroftAI/bugfix/revert-vk-sleep

revert a temporary bugfix from PR #2626
pull/2917/head
Kris Gesling 2021-06-08 06:46:34 +09:30 committed by GitHub
commit 8a3cb6eb88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -90,12 +90,6 @@ 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.step_timeout = 10 # Reset the step_timeout to 10 seconds
context.matched_message = None