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 df4ba2e commit 918d128Copy full SHA for 918d128
1 file changed
CefSharp.Test/Javascript/EvaluateScriptAsyncTests.cs
@@ -58,7 +58,7 @@ public async Task ShouldCancelAfterV8ContextChange()
58
59
// Wait for 100ms so the message from the render process has time to arrive, this
60
// wasn't previously nessicary, timing is different starting in M146
61
- await Task.Delay(100);
+ await Task.Delay(500);
62
63
await Assert.ThrowsAsync<TaskCanceledException>(() => evaluateCancelAfterV8ContextChangeTask);
64
0 commit comments