This is an automated email from the ASF dual-hosted git repository. ieugen pushed a commit to branch JAMES-3260-gradle-poc in repository https://gitbox.apache.org/repos/asf/james-project.git
commit ac9802adb49633842d718f993d993fc47c33f2cb Author: Eugen Stan <[email protected]> AuthorDate: Wed Jul 1 13:57:22 2020 +0300 JAMES-3225 #comment Increased build timeout to 4h --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c398dee..b83f47f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,7 +37,7 @@ pipeline { options { // Configure an overall timeout for the build of one hour. - timeout(time: 1, unit: 'HOURS') + timeout(time: 4, unit: 'HOURS') // When we have test-fails e.g. we don't need to run the remaining steps skipStagesAfterUnstable() buildDiscarder( --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
