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-apps.git
The following commit(s) were added to refs/heads/main by this push:
new 642a028f0 kie-issues#585 extend PR check timeout (#1886)
642a028f0 is described below
commit 642a028f0c7d7678a82f4e8db2493f17b185cd87
Author: Jan Stastny <[email protected]>
AuthorDate: Fri Sep 22 12:47:09 2023 +0200
kie-issues#585 extend PR check timeout (#1886)
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 f701a54dd..7134ea9c0 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-apps'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]