You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
privatestaticStringbxmlBody = "<?xml version=\"1.0\" encoding=\"UTF-8\"?><Bxml><SpeakSentence locale=\"en_US\" gender=\"female\" voice=\"susan\">This is a bxml start transcription test.</SpeakSentence><StartTranscription tracks=\"both\"></StartTranscription><SpeakSentence voice=\"bridget\">Ideally this part is being transcribed.</SpeakSentence><Pause duration=\"3\"/></Bxml>";
71
-
privatestaticintTEST_SLEEP = 60;
71
+
privatestaticintTEST_SLEEP = 10;
72
+
privatestaticintTEST_SLEEP_LONG = 60;
72
73
73
74
74
75
@Test
@@ -85,15 +86,15 @@ public void getAndDeleteRealTimeTranscriptionsTest() throws ApiException, Interr
85
86
86
87
87
88
// This is just creating the call, modifying with StartTranscript, and ending it so we can test the transcription below.
0 commit comments