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/netstandard-2.0
Commit: 1db460bd9db1cfae308fdd18da8c40596bf10939
Parents: 13e136f
Author: Dominik Psenner <dpsen...@apache.org>
Authored: Sat Aug 19 13:10:06 2017 +0200
Committer: Dominik Psenner <dpsen...@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()

Reply via email to