diff --git a/extra/healthcheck.js b/extra/healthcheck.js
index 6dfdb23f0..ed4e3eb23 100644
--- a/extra/healthcheck.js
+++ b/extra/healthcheck.js
@@ -11,7 +11,7 @@ if (process.env.SSL_KEY && process.env.SSL_CERT) {
 let options = {
     host: process.env.HOST || "127.0.0.1",
     port: parseInt(process.env.PORT) || 3001,
-    timeout: 120 * 100,
+    timeout: 120 * 1000,
 };
 
 let request = client.request(options, (res) => {