test: stabilize loaded full-suite checks

This commit is contained in:
Peter Steinberger
2026-04-12 11:52:43 -07:00
parent d35cc6ef86
commit e4841d767d
9 changed files with 61 additions and 34 deletions

View File

@@ -43,8 +43,8 @@ function createExecDryRunBatch(params: { markerPath: string }) {
command: process.execPath,
args: ["-e", script],
allowInsecurePath: true,
timeoutMs: 15_000,
noOutputTimeoutMs: 15_000,
timeoutMs: 60_000,
noOutputTimeoutMs: 60_000,
},
},
{