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 b50d817 commit 2715e11Copy full SHA for 2715e11
tests/SideBySide/CancelTests.cs
@@ -340,7 +340,7 @@ public async Task CancelSlowQueryWithTokenAfterExecuteReader()
340
var stopwatch = Stopwatch.StartNew();
341
using (var reader = await cmd.ExecuteReaderAsync(cts.Token))
342
{
343
- TestUtilities.AssertDuration(stopwatch, 450, 300);
+ TestUtilities.AssertDuration(stopwatch, 450, 400);
344
345
var rows = 0;
346
try
0 commit comments