Skip to content

Commit cfd3ad6

Browse files
committed
fix(streaming): widen sse idle-timeout test stall to avoid parallel-load flake
1 parent 745662c commit cfd3ad6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/AgentRunKitTests/LLM/Core/SSEStreamFailureTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ struct SSEStreamFailureTests {
196196
try await processSSEStream(
197197
bytes: bytes,
198198
provider: .custom("test"),
199-
stallTimeout: .milliseconds(250)
199+
stallTimeout: .seconds(1)
200200
) { event, _ in
201201
event.data == "finish" ? .completeOnEOF : .continue
202202
}

0 commit comments

Comments
 (0)