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 {