Skip to content

Commit 0ba99a1

Browse files
committed
Jenkins - Set timeout to 45 minutes.
1 parent 5145f6e commit 0ba99a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pipeline {
2828
agent {
2929
label 'data'
3030
}
31-
options { timeout(time: 30, unit: 'MINUTES') }
31+
options { timeout(time: 45, unit: 'MINUTES') }
3232

3333
environment {
3434
DOCKER_HUB = credentials("${p['docker.credentials']}")
@@ -60,7 +60,7 @@ pipeline {
6060
agent {
6161
label 'data'
6262
}
63-
options { timeout(time: 30, unit: 'MINUTES') }
63+
options { timeout(time: 45, unit: 'MINUTES') }
6464

6565
environment {
6666
DOCKER_HUB = credentials("${p['docker.credentials']}")
@@ -84,7 +84,7 @@ pipeline {
8484
agent {
8585
label 'data'
8686
}
87-
options { timeout(time: 30, unit: 'MINUTES') }
87+
options { timeout(time: 45, unit: 'MINUTES') }
8888

8989
environment {
9090
DOCKER_HUB = credentials("${p['docker.credentials']}")

0 commit comments

Comments
 (0)