We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c0f89e commit 0371781Copy full SHA for 0371781
scripts/windows-testing/convert-symlinks.mjs
@@ -133,7 +133,7 @@ try {
133
// Re-link symlinks to work inside Windows.
134
// This is done in batches to avoid flakiness due to WSL
135
// See: https://github.com/microsoft/WSL/issues/8677.
136
- const batchSize = 75;
+ const batchSize = 50;
137
for (let i = 0; i < relinkFns.length; i += batchSize) {
138
await Promise.all(relinkFns.slice(i, i + batchSize).map((fn) => fn()));
139
}
0 commit comments