Skip to content

Commit

Permalink
DTPOMERSER-1012 - Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
grmeyer-hw-dev committed Aug 24, 2024
1 parent 19ccb5e commit dcf870a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public void testCreateVenmoAccount_withSuccess() throws InterruptedException {
assertThat(venmoAccount.getField(VENMO_ACCOUNT_ID), is("9876543210"));

Hyperwallet.getDefault().createVenmoAccount(venmoAccount, mListener);
mAwait.await(50, TimeUnit.MILLISECONDS);
mAwait.await(100, TimeUnit.MILLISECONDS);

RecordedRequest recordedRequest = mServer.getRequest();
assertThat(recordedRequest.getMethod(), is(POST.name()));
Expand Down

0 comments on commit dcf870a

Please sign in to comment.