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 {
58
58
createCallResponse .getEnqueuedTime ().getClass ());
59
59
60
60
// 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
62
62
ApiResponse <CallState > callStateApiResponse = controller .getCall (ACCOUNT_ID ,
63
63
createCallResponse .getCallId ());
64
64
assertEquals ("Response Code is not 200" , 200 , callStateApiResponse .getStatusCode ());
@@ -111,7 +111,7 @@ public void testCreateCallWithAmdAndGetCallState() throws Exception {
111
111
assertEquals ("From phone number for create call not equal" , BW_NUMBER , createCallResponse .getFrom ());
112
112
113
113
// 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
115
115
ApiResponse <CallState > callStateApiResponse = controller .getCall (ACCOUNT_ID ,
116
116
createCallResponse .getCallId ());
117
117
CallState callStateResponse = callStateApiResponse .getResult ();
You can’t perform that action at this time.
0 commit comments