This is an automated email from the ASF dual-hosted git repository. bdelacretaz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-tooling-jenkins.git
commit 2e0299faace804d767f25edd8ab69d1ea7a1acfe Author: Bertrand Delacretaz <[email protected]> AuthorDate: Tue Sep 1 14:13:50 2020 +0200 Increase timeout to 30 minutes, 'activity' option doesn't seem to work --- src/org/apache/sling/jenkins/SlingJenkinsHelper.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/apache/sling/jenkins/SlingJenkinsHelper.groovy b/src/org/apache/sling/jenkins/SlingJenkinsHelper.groovy index 2f06a76..da46c65 100644 --- a/src/org/apache/sling/jenkins/SlingJenkinsHelper.groovy +++ b/src/org/apache/sling/jenkins/SlingJenkinsHelper.groovy @@ -60,7 +60,7 @@ def runWithErrorHandling(Closure build) { ] try { - timeout(time:15, unit: 'MINUTES', activity: true) { + timeout(time:30, unit: 'MINUTES', activity: true) { stage('Init') { checkout scm
