Skip to content

Commit 72102b3

Browse files
committed
fix: fix tests
Signed-off-by: Charles d'Avernas <[email protected]>
1 parent 4b4dfd3 commit 72102b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/a2a-net.IntegrationTests/Services/MockAgentRuntime.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ internal class MockAgentRuntime
2121

2222
public async IAsyncEnumerable<AgentResponseContent> ExecuteAsync(TaskRecord task, [EnumeratorCancellation] CancellationToken cancellationToken = default)
2323
{
24+
await System.Threading.Tasks.Task.Delay(50, cancellationToken);
2425
yield return new(new Artifact()
2526
{
2627
Parts =

0 commit comments

Comments
 (0)