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:
parent
aada2916f4
commit
9c8be30d3d
1 changed files with 1 additions and 1 deletions
|
|
@ -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[] = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue