From e9534a9f8c4cb205db37aac9393aa25da4bc42da Mon Sep 17 00:00:00 2001 From: nurullah Date: Mon, 3 Nov 2025 14:51:28 +0600 Subject: [PATCH] 180000 --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index aad4a1d..63a5dde 100644 --- a/index.js +++ b/index.js @@ -48,7 +48,7 @@ app.get("/test-webhook", (req, res) => { // 55 sec = 55*1000 = 55000 milliseconds setTimeout(() => { res.status(200).send({ message: "Webhook received after 3 minutes!" }); - }, 15000); + }, 180000); }); const PORT = process.env.PORT || 4000;