Skip to content

Commit b01bbaf

Browse files
Implemented a small wait to debug
1 parent 9b47757 commit b01bbaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

e2e-tests/src/test/java/uk/nhs/adaptors/gp2gp/e2e/EhrExtractTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ void When_ExtractRequestReceivedForPatientWithoutClinicalContent_Expect_ExtractS
459459
});
460460

461461
assertThat(requestJournal).hasSize(1);
462+
Thread.sleep(1000);
462463

463464
var ehrExtractStatus = waitFor(() -> Mongo.findEhrExtractStatus(conversationId));
464465
assertThatInitialRecordWasCreated(conversationId, ehrExtractStatus, NHS_NUMBER_NO_CLINICAL_CONTENT_STRUCTURE, FROM_ODS_CODE_1);

0 commit comments

Comments
 (0)