Skip to content

Commit

Permalink
Add 10 seconds to delay to allow respons from simulateCcdCallback
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziziou91 committed Nov 6, 2024
1 parent fef1245 commit 3e10e2a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ public void shouldSendAppointeeHearingPostponedNotification() throws Notificatio
public void shouldSaveReasonableAdjustmentNotificationForAppellant() throws IOException {
simulateCcdCallback(APPEAL_RECEIVED, BASE_PATH_TYAN + APPEAL_RECEIVED.getId() + "AppellantReasonableAdjustmentCallback.json");

delayInSeconds(10);
delayInSeconds(20);

SscsCaseDetails caseDetails = findCaseById(caseId);
SscsCaseData caseData = caseDetails.getData();
Expand All @@ -473,7 +473,7 @@ public void shouldSaveReasonableAdjustmentNotificationForAppellant() throws IOEx
public void shouldSaveReasonableAdjustmentNotificationForAppellantAndRep() throws IOException {
simulateCcdCallback(APPEAL_RECEIVED, BASE_PATH_TYAN + APPEAL_RECEIVED.getId() + "AppellantRepReasonableAdjustmentCallback.json");

delayInSeconds(10);
delayInSeconds(20);

SscsCaseDetails caseDetails = findCaseById(caseId);
SscsCaseData caseData = caseDetails.getData();
Expand Down

0 comments on commit 3e10e2a

Please sign in to comment.