Update install-runtimes.js

This commit is contained in:
Titus Owuor 2025-08-07 05:16:33 +03:00
parent baa39555a8
commit 2802c69cae

View file

@ -122,7 +122,6 @@ async function installRuntimesLineByLine() {
// Add a delay between installations to avoid overwhelming the system // Add a delay between installations to avoid overwhelming the system
if (currentIndex < runtimes.length) { if (currentIndex < runtimes.length) {
console.log('Waiting 2 seconds before next installation...\n');
await new Promise(resolve => setTimeout(resolve, 2000)); await new Promise(resolve => setTimeout(resolve, 2000));
} }
} }