Skip to content

Commit

Permalink
Sleep update
Browse files Browse the repository at this point in the history
  • Loading branch information
brianluisgomez committed May 21, 2024
1 parent 65af03e commit 249afe5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public class TranscriptionsApiTest {
private static UpdateCall completeMantecaCallBody = new UpdateCall();
private static URI mantecaAnswerUrl;
private static String bxmlBody = "<?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>";
private static int TEST_SLEEP = 6;
private static int TEST_SLEEP = 60;


@Test
Expand Down

0 comments on commit 249afe5

Please sign in to comment.