This is an automated email from the ASF dual-hosted git repository.
jstastnycz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-drools.git
The following commit(s) were added to refs/heads/main by this push:
new a4ddd15843 kie-issues#1381: Increase setup-branch job timeout (#6019)
a4ddd15843 is described below
commit a4ddd15843462338cf3708113ea583720c7784dd
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Mon Jul 15 10:05:52 2024 -0300
kie-issues#1381: Increase setup-branch job timeout (#6019)
* Increase setup-branch job timeout
* Increase setup-branch job timeout
---
.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 8a445803a3..a26ad8be5b 100644
--- a/.ci/jenkins/Jenkinsfile.setup-branch
+++ b/.ci/jenkins/Jenkinsfile.setup-branch
@@ -33,7 +33,7 @@ pipeline {
options {
timestamps()
- timeout(time: 60, unit: 'MINUTES')
+ timeout(time: 180, unit: 'MINUTES')
}
environment {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]