File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/java/com/bandwidth Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ public void testCreateCallAndGetCallState() throws Exception {
5858 createCallResponse .getEnqueuedTime ().getClass ());
5959
6060 // get call state
61- Thread .sleep (2000 ); // Wait to get Call because of current system latency issues
61+ Thread .sleep (5000 ); // Wait to get Call because of current system latency issues
6262 ApiResponse <CallState > callStateApiResponse = controller .getCall (ACCOUNT_ID ,
6363 createCallResponse .getCallId ());
6464 assertEquals ("Response Code is not 200" , 200 , callStateApiResponse .getStatusCode ());
@@ -111,7 +111,7 @@ public void testCreateCallWithAmdAndGetCallState() throws Exception {
111111 assertEquals ("From phone number for create call not equal" , BW_NUMBER , createCallResponse .getFrom ());
112112
113113 // get call state
114- Thread .sleep (2000 ); // Wait to get Call because of current system latency issues
114+ Thread .sleep (5000 ); // Wait to get Call because of current system latency issues
115115 ApiResponse <CallState > callStateApiResponse = controller .getCall (ACCOUNT_ID ,
116116 createCallResponse .getCallId ());
117117 CallState callStateResponse = callStateApiResponse .getResult ();
You can’t perform that action at this time.
0 commit comments