Skip to content

Commit 2715e11

Browse files
committed
Increase cancellation test timeout.
Helps address #246.
1 parent b50d817 commit 2715e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SideBySide/CancelTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ public async Task CancelSlowQueryWithTokenAfterExecuteReader()
340340
var stopwatch = Stopwatch.StartNew();
341341
using (var reader = await cmd.ExecuteReaderAsync(cts.Token))
342342
{
343-
TestUtilities.AssertDuration(stopwatch, 450, 300);
343+
TestUtilities.AssertDuration(stopwatch, 450, 400);
344344

345345
var rows = 0;
346346
try

0 commit comments

Comments
 (0)