We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 745662c commit cfd3ad6Copy full SHA for cfd3ad6
1 file changed
Tests/AgentRunKitTests/LLM/Core/SSEStreamFailureTests.swift
@@ -196,7 +196,7 @@ struct SSEStreamFailureTests {
196
try await processSSEStream(
197
bytes: bytes,
198
provider: .custom("test"),
199
- stallTimeout: .milliseconds(250)
+ stallTimeout: .seconds(1)
200
) { event, _ in
201
event.data == "finish" ? .completeOnEOF : .continue
202
}
0 commit comments