test: relax timeouts for slow runs
This commit is contained in:
@@ -43,5 +43,5 @@ describe("resolvePythonExecutablePath", () => {
|
||||
process.env.PATH = originalPath;
|
||||
await fs.rm(tmp, { recursive: true, force: true });
|
||||
}
|
||||
}, 15_000);
|
||||
}, 60_000);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user