This is an automated email from the ASF dual-hosted git repository.
tiagobento pushed a commit to branch 10.0.x
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-examples.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new 873d14dba NO-ISSUE: extend setup-branch timeout (#1983)
873d14dba is described below
commit 873d14dba133aff1738b02360de0719ea53c12e2
Author: Jan Stastny <[email protected]>
AuthorDate: Wed Jul 17 14:12:49 2024 +0200
NO-ISSUE: extend setup-branch timeout (#1983)
Co-authored-by: jstastny-cz <[email protected]>
---
.ci/jenkins/Jenkinsfile.setup-branch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.ci/jenkins/Jenkinsfile.setup-branch
b/.ci/jenkins/Jenkinsfile.setup-branch
index ad3eba6a7..f674f358c 100644
--- a/.ci/jenkins/Jenkinsfile.setup-branch
+++ b/.ci/jenkins/Jenkinsfile.setup-branch
@@ -20,7 +20,7 @@ pipeline {
options {
timestamps()
- timeout(time: 60, unit: 'MINUTES')
+ timeout(time: 120, unit: 'MINUTES')
}
environment {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]