Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2937 from MycroftAI/bugfix/vk-race-condition
Browse files Browse the repository at this point in the history
Fix VK race condition in MycroftSkill.get_response()
  • Loading branch information
chrisveilleux authored Jul 2, 2021
2 parents 6099da1 + 3959267 commit 80f9eb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ def check_contains(message):
@then('the user replies "{text}"')
@then('the user says "{text}"')
def then_user_follow_up(context, text):
time.sleep(2)
wait_while_speaking()
time.sleep(2)
context.bus.emit(Message('recognizer_loop:utterance',
data={'utterances': [text],
'lang': context.lang,
Expand Down

0 comments on commit 80f9eb0

Please sign in to comment.