Skip to content

Commit 72eb430

Browse files
Adjusting conferences
1 parent 439535a commit 72eb430

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ public class ConferencesApiTest {
6262
private static URI answerUrl;
6363
private static URI conferenceRedirectUrl;
6464
private static String updateRecordingBxml = "<?xml version=\"1.0\" encoding=\"UTF-8\"?><Bxml><StartRecording/><SpeakSentence locale=\"en_US\" gender=\"female\" voice=\"susan\">This should be a conference recording.</SpeakSentence><StopRecording/></Bxml>";
65-
private static int TEST_SLEEP = 3;
66-
private static int MAX_RETRIES = 40;
65+
private static int TEST_SLEEP = 6;
66+
private static int MAX_RETRIES = 60;
6767

6868
@BeforeAll
6969
public static void setUpBeforeClass() throws URISyntaxException {

0 commit comments

Comments
 (0)