From c47a051aab3c23bc80771294853827cbec5c3c10 Mon Sep 17 00:00:00 2001 From: vapao Date: Tue, 23 Aug 2022 15:01:11 +0800 Subject: [PATCH] =?UTF-8?q?U=20=E5=BB=B6=E9=95=BF=E5=88=B7=E6=96=B0git?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E8=B6=85=E6=97=B6=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spug_web/src/pages/deploy/request/Ext1Form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spug_web/src/pages/deploy/request/Ext1Form.js b/spug_web/src/pages/deploy/request/Ext1Form.js index 5401e63..ca451c5 100644 --- a/spug_web/src/pages/deploy/request/Ext1Form.js +++ b/spug_web/src/pages/deploy/request/Ext1Form.js @@ -50,7 +50,7 @@ export default observer(function () { function fetchVersions() { setFetching(true); const deploy_id = store.record.deploy_id - const p1 = http.get(`/api/app/deploy/${deploy_id}/versions/`, {timeout: 120000}) + const p1 = http.get(`/api/app/deploy/${deploy_id}/versions/`, {timeout: 300000}) const p2 = http.get('/api/repository/', {params: {deploy_id}}) Promise.all([p1, p2]) .then(([res1, res2]) => {