test(runner): bound real Claude snapshot verification separately
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
30e3738c00
commit
29fe95af3d
|
|
@ -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")(
|
||||
|
|
|
|||
Loading…
Reference in New Issue