Updated smoke-test.mjs with 1 addition and 1 removal
--- a/smoke-test.mjs
+++ b/smoke-test.mjs
@@ -20,7 +20,7 @@
                 if (res.statusCode === 200 || res.statusCode === 404) { // 404 is acceptable for static files not found
                     resolve();
                 } else {
-                    setTimeout(checkServer, 500);
+                    setTimeout(checkServer, 2000);
                 }
             }).on('error', () => {
                 setTimeout(checkServer, 500);