mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-05-15 02:46:29 +00:00
increase libuv-workaround timeout to 100ms (#880)
This should fix https://github.com/astral-sh/setup-uv/issues/686#issuecomment-4389301919
This commit is contained in:
committed by
GitHub
parent
a81585cbb0
commit
7568f55a9a
2
dist/save-cache/index.cjs
generated
vendored
2
dist/save-cache/index.cjs
generated
vendored
@@ -63220,7 +63220,7 @@ async function run() {
|
||||
} else {
|
||||
info("save-cache is false. Skipping save cache step.");
|
||||
}
|
||||
await new Promise((resolve2) => setTimeout(resolve2, 50));
|
||||
await new Promise((resolve2) => setTimeout(resolve2, 100));
|
||||
process.exit(0);
|
||||
}
|
||||
} catch (error2) {
|
||||
|
||||
Reference in New Issue
Block a user