fix(test): increase timeout for summary fallback artifact extraction test

UC4 test times out in CI (5s default) because generateSummary's API
provider layer takes longer to fail on slow CI runners. Increase to 15s.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jiayuan Zhang 2026-02-16 01:10:18 +08:00
parent aada2916f4
commit 9c8be30d3d

View file

@ -185,7 +185,7 @@ describe("Phase 2 E2E: Artifact-Aware Pruning", () => {
describe("Phase 2 E2E: Summary Fallback Artifact Extraction", () => {
// UC4: summary fallback extracts artifact references
it("UC4: summary fallback includes 'Saved Artifacts' section with all artifact refs", async () => {
it("UC4: summary fallback includes 'Saved Artifacts' section with all artifact refs", { timeout: 15_000 }, async () => {
const mod = await import("./summary-fallback.js");
const messages: AgentMessage[] = [