From 8e23cb407b59977bcd66e3bbe6cb0f1a5d46322d Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sat, 30 Apr 2022 16:55:40 +0800 Subject: [PATCH] 1 --- scripts/check_server/testcase.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check_server/testcase.js b/scripts/check_server/testcase.js index ebf5bc1..b537509 100644 --- a/scripts/check_server/testcase.js +++ b/scripts/check_server/testcase.js @@ -14,7 +14,7 @@ function httpGet(url, params) { axios({ method: 'get', url: url, - timeout: 1000 * 3, + timeout: 1000 * 5, params: params, responseType: 'text' }).then((response) => {