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-runtimes.git
The following commit(s) were added to refs/heads/main by this push:
new a442bc9a2f kie-issues#585 extend PR check timeout (#3236)
a442bc9a2f is described below
commit a442bc9a2f59e5d5a374d8409537268e5f110866
Author: Jan Stastny <[email protected]>
AuthorDate: Fri Sep 22 12:46:48 2023 +0200
kie-issues#585 extend PR check timeout (#3236)
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 95f83c835e..d3f76f8e42 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-runtimes'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]