This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dist-tool.git
The following commit(s) were added to refs/heads/master by this push:
new 2934d5f Increase build timeout from 10 to 30 minutes
2934d5f is described below
commit 2934d5f0b84044ce90ad8c9b02a0b6246340fc67
Author: Olivier Lamy <[email protected]>
AuthorDate: Fri Mar 13 17:25:08 2026 +1000
Increase build timeout from 10 to 30 minutes
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index c5d2c2e..ca0bc7b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -68,7 +68,7 @@ pipeline {
}
options {
buildDiscarder(logRotator(numToKeepStr:'15'))
- timeout(time: 10, unit: 'MINUTES')
+ timeout(time: 30, unit: 'MINUTES')
skipStagesAfterUnstable()
timestamps()
disableConcurrentBuilds()