Skip to content

Commit f8d7444

Browse files
committed
Increase timeout
1 parent bba401e commit f8d7444

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/speech-recognizer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export default class SpeechRecognizer {
7777
req.write(this.http2Utility.createEnding());
7878
req.end();
7979
resolve();
80-
}, 3000);
80+
}, 7000);
8181
});
8282
}
8383
}

0 commit comments

Comments
 (0)