Skip to content

Commit 5952171

Browse files
committed
Added another strategic timeout
1 parent bf584e2 commit 5952171

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/KeeperData.Infrastructure.Tests.Unit/Queues/QueueConsumerBaseTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public async Task StartAsync_ShouldLogStart_ThenEnterExecutionLoop()
2020

2121
// Act
2222
await sut.StartAsync(token);
23+
Thread.Sleep(500);
2324

2425
// Assert
2526
mockSetup.Logger.Received(1).LogInformation("QueueConsumerBase Service started.");

0 commit comments

Comments
 (0)