Skip to content

Commit b43c250

Browse files
committed
Added delay in test to avoid failure on slow CI
1 parent 66c9d9e commit b43c250

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/bunit.core.tests/Rendering/TestRendererTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ public async Task Test202()
401401
RenderComponent<AsyncOperationThrows>(ps => ps.Add(p => p.Awaitable, tsc2.Task));
402402
tsc2.SetException(secondException);
403403

404-
await Task.Delay(1);
404+
await Task.Delay(50);
405405

406406
var secondExceptionReported = await Renderer.UnhandledException;
407407
secondExceptionReported.ShouldBe(secondException);

0 commit comments

Comments
 (0)