Skip to content
This repository was archived by the owner on Dec 6, 2025. It is now read-only.

Commit 5e814ef

Browse files
committed
slepe
1 parent 767b926 commit 5e814ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

services/tasks-svc/stories/PatientCRUD_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,8 @@ func TestGetPatientDetails(t *testing.T) {
540540
createRes, err := patientClient.CreatePatient(ctx, createReq)
541541
assert.NoError(t, err, "could not create patient")
542542

543+
time.Sleep(time.Millisecond * 100)
544+
543545
patientId := createRes.GetId()
544546

545547
assRes, err := patientClient.AssignBed(ctx, &pb.AssignBedRequest{
@@ -587,6 +589,8 @@ func TestGetPatientDetails(t *testing.T) {
587589
subtaskMap[taskRes.Id] = sts
588590
}
589591

592+
time.Sleep(time.Millisecond * 100)
593+
590594
//
591595
// GetPatientDetails
592596
//

0 commit comments

Comments
 (0)