mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
test: speed up and stabilize full suite
This commit is contained in:
@@ -246,6 +246,7 @@ describe("prepare-extension-package-boundary-artifacts", () => {
|
||||
{
|
||||
label: "abort-group-prep",
|
||||
args: ["--eval", parentScript],
|
||||
abortKillGraceMs: 100,
|
||||
timeoutMs: 60_000,
|
||||
},
|
||||
]);
|
||||
@@ -305,6 +306,7 @@ describe("prepare-extension-package-boundary-artifacts", () => {
|
||||
{
|
||||
label: "abort-group-drain",
|
||||
args: ["--eval", parentScript],
|
||||
abortKillGraceMs: 100,
|
||||
timeoutMs: 60_000,
|
||||
},
|
||||
]);
|
||||
@@ -413,7 +415,7 @@ describe("prepare-extension-package-boundary-artifacts", () => {
|
||||
].join("\n");
|
||||
const runnerScript = [
|
||||
`import { runNodeStep } from ${JSON.stringify(moduleHref)};`,
|
||||
`await runNodeStep("signal-group-prep", ["--eval", ${JSON.stringify(parentScript)}], 60_000);`,
|
||||
`await runNodeStep("signal-group-prep", ["--eval", ${JSON.stringify(parentScript)}], 60_000, { abortKillGraceMs: 100 });`,
|
||||
].join("\n");
|
||||
const runner = spawn(process.execPath, ["--input-type=module", "--eval", runnerScript], {
|
||||
stdio: "ignore",
|
||||
|
||||
Reference in New Issue
Block a user