Skip to content

Commit bb2cf37

Browse files
committed
Increase build timeout for next to 60 minutes.
(cherry picked from commit 910ff60)
1 parent 914b128 commit bb2cf37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ pipeline {
5959
agent {
6060
label 'data'
6161
}
62-
options { timeout(time: 30, unit: 'MINUTES') }
62+
options { timeout(time: 60, unit: 'MINUTES') }
6363
environment {
6464
ARTIFACTORY = credentials("${p['artifactory.credentials']}")
6565
TESTCONTAINERS_IMAGE_SUBSTITUTOR = 'org.springframework.data.neo4j.support.ProxyImageNameSubstitutor'

0 commit comments

Comments
 (0)