Skip to content

Commit 9d1fb9f

Browse files
Copilotstephentoub
andcommitted
Reduce test delay from 500ms to 200ms per code review feedback
Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>
1 parent e2ee6ad commit 9d1fb9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ModelContextProtocol.Tests/Server/McpServerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,7 @@ await transport.SendClientMessageAsync(
10451045
var ct = TestContext.Current.CancellationToken;
10461046
_ = Task.Run(async () =>
10471047
{
1048-
await Task.Delay(500, ct);
1048+
await Task.Delay(200, ct);
10491049
releaseHandler.SetResult();
10501050
}, ct);
10511051

0 commit comments

Comments
 (0)