You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by de...@apache.org on 2020/08/02 09:16:33 UTC

[cxf] branch master updated: Jenkins: increase timeout

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

deki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 964d789  Jenkins: increase timeout
964d789 is described below

commit 964d78985b67512dfbc0600b3d1e4f8ee401bf6f
Author: Dennis Kieselhorst <de...@apache.org>
AuthorDate: Sun Aug 2 11:16:13 2020 +0200

    Jenkins: increase timeout
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 083563c..a59f5c9 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -4,7 +4,7 @@ pipeline {
   agent none
   options {
     buildDiscarder logRotator(daysToKeepStr: '14', numToKeepStr: '10')
-    timeout(80)
+    timeout(140)
     disableConcurrentBuilds()
     skipStagesAfterUnstable()
     quietPeriod(30)