mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 13:10:43 +00:00
fix(test): include vitest lane labels in timeout logs
This commit is contained in:
@@ -120,6 +120,7 @@ function runVitestSpec(spec) {
|
||||
const teardownNoOutputWatchdog = installVitestNoOutputWatchdog({
|
||||
streams: [child.stdout, child.stderr],
|
||||
timeoutMs: resolveVitestNoOutputTimeoutMs(spec.env),
|
||||
label: spec.config,
|
||||
log: (message) => {
|
||||
console.error(message);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user