This is an automated email from the ASF dual-hosted git repository. radtriste pushed a commit to branch kiegroup_to_apache in repository https://gitbox.apache.org/repos/asf/incubator-kie-optaplanner.git
commit 05f7f7639c373f919b19a81342424e2da0bf1440 Author: radtriste <[email protected]> AuthorDate: Mon Sep 11 10:31:37 2023 +0200 Fix CI --- .ci/jenkins/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/jenkins/Jenkinsfile b/.ci/jenkins/Jenkinsfile index c4d40805dc..89dac43953 100644 --- a/.ci/jenkins/Jenkinsfile +++ b/.ci/jenkins/Jenkinsfile @@ -8,7 +8,7 @@ pipeline { } options { timestamps() - timeout(time: '720', unit: 'MINUTES') + timeout(time: 360, unit: 'MINUTES') } environment { BUILDCHAIN_PROJECT = 'apache/optaplanner' --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
