From 1cd738b74f2e70f9d46b3668911316ba2489d157 Mon Sep 17 00:00:00 2001 From: Glenn Harper <64209257+glharper@users.noreply.github.com> Date: Mon, 12 Jul 2021 13:11:11 -0700 Subject: [PATCH] Glharper/audio input reattach fix (#401) * Fix push stream not being reconnected to with start-stop-start continuous recognition, add test * change timeout for added test --- tests/SpeechRecognizerTests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/SpeechRecognizerTests.ts b/tests/SpeechRecognizerTests.ts index dab43832..4fae4f8c 100644 --- a/tests/SpeechRecognizerTests.ts +++ b/tests/SpeechRecognizerTests.ts @@ -1071,7 +1071,7 @@ describe.each([true])("Service based tests", (forceNodeWebSocket: boolean) => { }; r.startContinuousRecognitionAsync(); - }); + }, 15000); test("PushStream44K file", (done: jest.DoneCallback) => { // tslint:disable-next-line:no-console