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 4b4dfd3 commit 72102b3Copy full SHA for 72102b3
tests/a2a-net.IntegrationTests/Services/MockAgentRuntime.cs
@@ -21,6 +21,7 @@ internal class MockAgentRuntime
21
22
public async IAsyncEnumerable<AgentResponseContent> ExecuteAsync(TaskRecord task, [EnumeratorCancellation] CancellationToken cancellationToken = default)
23
{
24
+ await System.Threading.Tasks.Task.Delay(50, cancellationToken);
25
yield return new(new Artifact()
26
27
Parts =
0 commit comments