[common][speech] Extend timeout value 42/282742/1
authorSuyeon Hwang <stom.hwang@samsung.com>
Tue, 11 Oct 2022 05:21:09 +0000 (14:21 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Tue, 11 Oct 2022 05:21:20 +0000 (14:21 +0900)
Change-Id: I73b5470e24b3c311180484e71bd165ec6a4d78eb
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
common/tct-speech-w3c-tests/speech/SpeechRecognitionError_no-speech.html

index 8aeff99ba26ed31aeb63603c77a5fc05adb0d927..547d2f75753978603e3f8aa241ca9b5424693cc4 100755 (executable)
@@ -39,7 +39,7 @@ Authors:
 
 setup({timeout: 5000});
 
-var t = async_test("Test that no-speech of SpeechRecognitionError occurs", {timeout: 10000}), speechReco, SpeechRecognition;
+var t = async_test("Test that no-speech of SpeechRecognitionError occurs", {timeout: 30000}), speechReco, SpeechRecognition;
 
 t.step(function () {
     SpeechRecognition = SpeechRecognition || webkitSpeechRecognition;