You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by dp...@apache.org on 2017/08/19 11:10:41 UTC

logging-log4net git commit: Jenkinsfile: increased timeout to 4 hours

Repository: logging-log4net
Updated Branches:
  refs/heads/feature/cd-pipeline 13e136fba -> 1db460bd9


Jenkinsfile: increased timeout to 4 hours

Building the docker containers takes a significant amount of time.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/1db460bd
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/1db460bd
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/1db460bd

Branch: refs/heads/feature/cd-pipeline
Commit: 1db460bd9db1cfae308fdd18da8c40596bf10939
Parents: 13e136f
Author: Dominik Psenner <dp...@apache.org>
Authored: Sat Aug 19 13:10:06 2017 +0200
Committer: Dominik Psenner <dp...@apache.org>
Committed: Sat Aug 19 13:10:06 2017 +0200

----------------------------------------------------------------------
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/1db460bd/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index e6f2224..a13b52b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -19,7 +19,7 @@
 
 pipeline {
 	options {
-		timeout(time: 1, unit: 'HOURS')
+		timeout(time: 4, unit: 'HOURS')
 		buildDiscarder(logRotator(numToKeepStr: '3'))
 		skipDefaultCheckout()
 		disableConcurrentBuilds()