This is an automated email from the ASF dual-hosted git repository.
tzimanyi pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 9651c3aac kie-issues#585 extend PR check timeout (#1811)
9651c3aac is described below
commit 9651c3aacc51eb9bf1dc329383ea9093c58560cc
Author: Jan Stastny <[email protected]>
AuthorDate: Fri Sep 22 12:47:26 2023 +0200
kie-issues#585 extend PR check timeout (#1811)
Co-authored-by: jstastny-cz <[email protected]>
---
.ci/jenkins/Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.ci/jenkins/Jenkinsfile b/.ci/jenkins/Jenkinsfile
index f021522c8..0890b684e 100644
--- a/.ci/jenkins/Jenkinsfile
+++ b/.ci/jenkins/Jenkinsfile
@@ -8,7 +8,7 @@ pipeline {
}
options {
timestamps()
- timeout(time: 360, unit: 'MINUTES')
+ timeout(time: 480, unit: 'MINUTES')
}
environment {
BUILDCHAIN_PROJECT = 'apache/incubator-kie-kogito-examples'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]