fix gateway reload will cause pico stop working issue (#2082)

* fix gateway reload will cause pico stop working issue

* fix for review
This commit is contained in:
Cytown
2026-03-28 11:30:31 +08:00
committed by GitHub
parent 60d7ec20a5
commit f1cb7cc8f5
8 changed files with 336 additions and 43 deletions
+1 -1
View File
@@ -2321,7 +2321,7 @@ func TestProcessMessage_PublishesReasoningContentToReasoningChannel(t *testing.T
if outbound.Content != "thinking trace" {
t.Fatalf("reasoning content = %q, want %q", outbound.Content, "thinking trace")
}
case <-time.After(2 * time.Second):
case <-time.After(3 * time.Second):
t.Fatal("expected reasoning content to be published to reasoning channel")
}
}