Skip to content

Commit 249afe5

Browse files
Sleep update
1 parent 65af03e commit 249afe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/bandwidth/sdk/api/TranscriptionsApiTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public class TranscriptionsApiTest {
6868
private static UpdateCall completeMantecaCallBody = new UpdateCall();
6969
private static URI mantecaAnswerUrl;
7070
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>";
71-
private static int TEST_SLEEP = 6;
71+
private static int TEST_SLEEP = 60;
7272

7373

7474
@Test

0 commit comments

Comments
 (0)