test: stabilize slow contract and integration suites

This commit is contained in:
Peter Steinberger
2026-03-27 04:53:55 +00:00
parent a9e241dacb
commit ffa2a47c58
8 changed files with 149 additions and 131 deletions

View File

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