Skip to content

Commit 91c9c4a

Browse files
committed
ci: remove sleep
1 parent fa42f84 commit 91c9c4a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Applications/IdentityDeletionJobs/test/Job.IdentityDeletion.Tests.Integration/ActualDeletionWorkerTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,6 @@ public async Task Deletes_relationships()
123123
// Act
124124
await _host.StartAsync();
125125

126-
await Task.Delay(10000);
127-
128126
// Assert
129127
var assertionContext = GetService<RelationshipsDbContext>();
130128

0 commit comments

Comments
 (0)