Merge pull request #2937 from MycroftAI/bugfix/vk-race-condition
Fix VK race condition in MycroftSkill.get_response()pull/2940/head
commit
80f9eb053c
|
@ -235,8 +235,8 @@ def then_contains(context, text):
|
|||
@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,
|
||||
|
|
Loading…
Reference in New Issue