From 0017b1affe868f020dab97b4ae3dd64bd733b825 Mon Sep 17 00:00:00 2001 From: "WIN-IEQ8U88PPRB\\Administrator" <289563215@qq.com> Date: Tue, 19 May 2026 21:03:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BB=B6=E9=95=BF=E8=B6=85=E6=97=B6=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vars/Pipeline_prod.groovy | 2 +- vars/Pipeline_stable.groovy | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vars/Pipeline_prod.groovy b/vars/Pipeline_prod.groovy index c5d3268..9ff0922 100644 --- a/vars/Pipeline_prod.groovy +++ b/vars/Pipeline_prod.groovy @@ -72,7 +72,7 @@ def call(Map config) { options { - timeout(10) + timeout(20) } steps { diff --git a/vars/Pipeline_stable.groovy b/vars/Pipeline_stable.groovy index 7a70363..3cc0845 100644 --- a/vars/Pipeline_stable.groovy +++ b/vars/Pipeline_stable.groovy @@ -65,7 +65,7 @@ def call(Map config) { options { - timeout(60) + timeout(100) } steps { @@ -76,7 +76,7 @@ def call(Map config) { options { - timeout(10) + timeout(20) } steps {