Jenkins - Set timeout to 45 minutes.

This commit is contained in:
Gerrit Meier
2022-03-01 14:28:06 +01:00
parent e4d929760a
commit 124d27ef2a

2
Jenkinsfile vendored
View File

@@ -29,7 +29,7 @@ pipeline {
agent {
label 'data'
}
options { timeout(time: 30, unit: 'MINUTES') }
options { timeout(time: 45, unit: 'MINUTES') }
environment {
DOCKER_HUB = credentials("${p['docker.credentials']}")