This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-jenkins-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new d3004d5  extend timeout
d3004d5 is described below

commit d3004d57be11a460c7be168c65ddf505909e866f
Author: Eric Barboni <[email protected]>
AuthorDate: Tue Jul 11 15:14:35 2023 +0200

    extend timeout
---
 vars/asfMainNetBeansBuild.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index 6647092..ca1c9d3 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -64,7 +64,7 @@ def call(Map params = [:]) {
         options {
             buildDiscarder(logRotator(numToKeepStr: '2'))
             disableConcurrentBuilds()
-            timeout(time: 240, unit: 'MINUTES')
+            timeout(time: 340, unit: 'MINUTES')
         }
 
         agent { node { label 'ubuntu && !nocredentials' } }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to