We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 914b128 commit bb2cf37Copy full SHA for bb2cf37
Jenkinsfile
@@ -59,7 +59,7 @@ pipeline {
59
agent {
60
label 'data'
61
}
62
- options { timeout(time: 30, unit: 'MINUTES') }
+ options { timeout(time: 60, unit: 'MINUTES') }
63
environment {
64
ARTIFACTORY = credentials("${p['artifactory.credentials']}")
65
TESTCONTAINERS_IMAGE_SUBSTITUTOR = 'org.springframework.data.neo4j.support.ProxyImageNameSubstitutor'
0 commit comments