From 926c15ea40e4cfd558c7465426d1f299f322a797 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Tue, 7 Sep 2021 17:30:50 +0800 Subject: [PATCH] Update healthcheck.js --- extra/healthcheck.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/healthcheck.js b/extra/healthcheck.js index 6dfdb23f..ed4e3eb2 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) => {