From 973c331331f665388de6ba84170675673628c318 Mon Sep 17 00:00:00 2001 From: Seokho Son Date: Thu, 31 Oct 2024 15:11:23 +0900 Subject: [PATCH] Increase timeout for mci status for large provision --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index eb3a12b..829d796 100644 --- a/index.js +++ b/index.js @@ -2153,7 +2153,7 @@ function statusMCI() { username: `${username}`, password: `${password}`, }, - timeout: 60000, + timeout: 260000, }) .then((res) => { console.log("[Status MCI]");