Merge branch 'codex/work-folders-staging-hardening-refresh' into codex/work-folders-remote-recovery-refresh
* codex/work-folders-staging-hardening-refresh: test(runner): bound real Claude snapshot verification separately
This commit is contained in:
commit
9fffb16019
|
|
@ -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