Increase build timeout for next to 60 minutes.

This commit is contained in:
Gerrit Meier
2023-06-14 16:43:59 +02:00
parent 662dc050fb
commit 910ff60571

2
Jenkinsfile vendored
View File

@@ -59,7 +59,7 @@ pipeline {
agent {
label 'data'
}
options { timeout(time: 30, unit: 'MINUTES') }
options { timeout(time: 60, unit: 'MINUTES') }
environment {
ARTIFACTORY = credentials("${p['artifactory.credentials']}")
TESTCONTAINERS_IMAGE_SUBSTITUTOR = 'org.springframework.data.neo4j.support.ProxyImageNameSubstitutor'