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:
committed by
gsxdsm
parent
df998cb54f
commit
5cd0e66654
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user