From 910ff60571665c1fa581abf5e3bed23d258b292d Mon Sep 17 00:00:00 2001 From: Gerrit Meier Date: Wed, 14 Jun 2023 16:43:59 +0200 Subject: [PATCH] Increase build timeout for next to 60 minutes. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1b3c19876..270c75a51 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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'