fix: stabilize lint and test timeouts

This commit is contained in:
Peter Steinberger
2026-01-04 01:42:08 +01:00
parent 70d68d29d0
commit fbaa109a3a
4 changed files with 20 additions and 6 deletions

View File

@@ -43,5 +43,5 @@ describe("resolvePythonExecutablePath", () => {
process.env.PATH = originalPath;
await fs.rm(tmp, { recursive: true, force: true });
}
});
}, 15_000);
});