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

Commit 30f43a5

Browse files
committed
flaky smaky
1 parent b8c54b5 commit 30f43a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

services/tasks-svc/stories/TaskCRUD_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,8 @@ func TestGetAssignedTasks(t *testing.T) {
365365
subtaskMap[taskRes.Id] = sts
366366
}
367367

368+
time.Sleep(time.Millisecond * 100)
369+
368370
// client for userid
369371
customTaskClient := pb.NewTaskServiceClient(hwtesting.GetGrpcConn(userID.String()))
370372

0 commit comments

Comments
 (0)