You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2022/10/31 13:31:43 UTC

[netbeans-jenkins-lib] branch master updated: extends timeout by one hour

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 eb93d19  extends timeout by one hour
eb93d19 is described below

commit eb93d1961b857e849d26dd6859335538888fb597
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Mon Oct 31 14:31:38 2022 +0100

    extends timeout by one hour
---
 vars/asfMainNetBeansBuild.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index c2c0a5a..0a12b4d 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -60,7 +60,7 @@ def call(Map params = [:]) {
         options {
             buildDiscarder(logRotator(numToKeepStr: '2'))
             disableConcurrentBuilds()
-            timeout(time: 180, unit: 'MINUTES')
+            timeout(time: 240, unit: 'MINUTES')
         }
         agent { node { label 'ubuntu' } }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

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