Skip to content

Commit 918d128

Browse files
committed
Tests - EvaluateScriptAsyncTests.ShouldCancelAfterV8ContextChange increase delay
- Increase delay as still failing on appveyor
1 parent df4ba2e commit 918d128

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CefSharp.Test/Javascript/EvaluateScriptAsyncTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public async Task ShouldCancelAfterV8ContextChange()
5858

5959
// Wait for 100ms so the message from the render process has time to arrive, this
6060
// wasn't previously nessicary, timing is different starting in M146
61-
await Task.Delay(100);
61+
await Task.Delay(500);
6262

6363
await Assert.ThrowsAsync<TaskCanceledException>(() => evaluateCancelAfterV8ContextChangeTask);
6464

0 commit comments

Comments
 (0)