Use 60 minute jenkins timeout

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/0b7d5f00
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/0b7d5f00
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/0b7d5f00

Branch: refs/heads/master
Commit: 0b7d5f0095cc109ddb8c6f3a1263fe6a8f6b1fe1
Parents: a03cf45
Author: Matt Sicker <[email protected]>
Authored: Sun Apr 8 11:53:58 2018 -0500
Committer: Matt Sicker <[email protected]>
Committed: Sun Apr 8 12:20:51 2018 -0500

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/0b7d5f00/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index b1efb44..ce82c96 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -18,7 +18,7 @@
 
 pipeline {
     options {
-        timeout time: 40, unit: 'MINUTES'
+        timeout time: 60, unit: 'MINUTES'
     }
     agent none
     stages {

Reply via email to