test(runner): bound real Claude snapshot verification separately

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Dotta 2026-09-11 17:27:22 -05:00
parent 30e3738c00
commit 29fe95af3d
1 changed files with 3 additions and 0 deletions

View File

@ -594,6 +594,9 @@ describe("ACPX installation integrity", () => {
);
await (await installation.openCommand()).close();
},
// The real macOS snapshot copies the installed SDK tree; this is an
// integrity check, not a five-second startup performance benchmark.
60_000,
);
it.runIf(process.platform === "linux" && process.arch === "x64")(