Merge pull request #2741 from MycroftAI/bugfix/revert-vk-sleep
revert a temporary bugfix from PR #2626pull/2917/head
commit
8a3cb6eb88
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue