Skip to content

Commit

Permalink
Update src/test/java/com/bandwidth/sdk/api/CallsApiTest.java
Browse files Browse the repository at this point in the history
Co-authored-by: Cameron Koegel <[email protected]>
  • Loading branch information
brianluisgomez and ckoegel authored Nov 1, 2023
1 parent 22c583e commit e50253e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/bandwidth/sdk/api/CallsApiTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ public void getCallState() throws ApiException, InterruptedException {
Basic.setUsername(BW_USERNAME);
Basic.setPassword(BW_PASSWORD);

TimeUnit.SECONDS.sleep(TEST_SLEEP);
TimeUnit.SECONDS.sleep(40);
ApiResponse<CallState> response = api.getCallStateWithHttpInfo(BW_ACCOUNT_ID, callIdList.get(0));

assertThat(response.getStatusCode(), anyOf(is(200),is(404)));
Expand Down

0 comments on commit e50253e

Please sign in to comment.