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) => {