Skip to content

Commit 71ca33f

Browse files
authored
Update OcrEventStreamIntegrationTests.cs
1 parent 72feaec commit 71ca33f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SWEN3.Paperless.RabbitMq.Tests/Integration/OcrEventStreamIntegrationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public async Task MapOcrEventStream_ShouldEmitCorrectEventType(string status, st
1818

1919
var responseTask = client.GetAsync("/api/v1/ocr-results", HttpCompletionOption.ResponseHeadersRead,
2020
TestContext.Current.CancellationToken);
21-
await Task.Delay(50, TestContext.Current.CancellationToken);
21+
await Task.Delay(100, TestContext.Current.CancellationToken);
2222

2323
sseStream.Publish(ocrEvent);
2424

0 commit comments

Comments
 (0)