We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66c9d9e commit b43c250Copy full SHA for b43c250
1 file changed
tests/bunit.core.tests/Rendering/TestRendererTest.cs
@@ -401,7 +401,7 @@ public async Task Test202()
401
RenderComponent<AsyncOperationThrows>(ps => ps.Add(p => p.Awaitable, tsc2.Task));
402
tsc2.SetException(secondException);
403
404
- await Task.Delay(1);
+ await Task.Delay(50);
405
406
var secondExceptionReported = await Renderer.UnhandledException;
407
secondExceptionReported.ShouldBe(secondException);
0 commit comments