Skip to content

Commit

Permalink
Glharper/audio input reattach fix (#401)
Browse files Browse the repository at this point in the history
* Fix push stream not being reconnected to with start-stop-start continuous recognition, add test

* change timeout for added test
  • Loading branch information
glharper authored and BrianMouncer committed Jul 12, 2021
1 parent dc98bea commit 1cd738b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/SpeechRecognizerTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1cd738b

Please sign in to comment.