feat(FN-4839): harden real-git test timeouts across engine suites

Hardens test timeouts across 12 reliability and integration test files (branch-conflict recovery, merger diff/overlap guards, self-healing, worktree hydration, workflow/file-scope interactions), covering both real-git and mock-based test lanes with consistent timeout adjustments to reduce flakiness.

Fusion-Task-Id: FN-4839
This commit is contained in:
Fusion (runfusion.ai)
2026-05-16 22:31:01 -07:00
committed by gsxdsm
parent df998cb54f
commit 5cd0e66654
12 changed files with 51 additions and 26 deletions

View File

@@ -1,3 +1,5 @@
// Real-git wallclock under parallel CI load; do not lower per-test timeouts
// without re-measuring under pnpm test:full. (FN-4839)
import { describe, it, expect, vi } from "vitest";
import { classifyOwnedLandedEvidence } from "../../merger.js";
import { makeReliabilityFixture, hasGit } from "./_helpers.js";
@@ -75,5 +77,5 @@ describe("no-changes-finalized reliability interactions (real git)", () => {
} finally {
await fixture.cleanup();
}
});
}, 20_000);
});