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 63d9b7c commit 2793b5cCopy full SHA for 2793b5c
test/JsonRpc.Tests/InputHandlerTests.cs
@@ -42,6 +42,7 @@ private static InputHandler NewHandler(
42
TimeSpan.Zero);
43
handler.Start();
44
cts.Wait();
45
+ Task.Delay(10).Wait();
46
return handler;
47
}
48
0 commit comments