Skip to content

Commit 5f24cad

Browse files
committed
Increase build time to 60 minutes.
1 parent 337ad0d commit 5f24cad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile

+3-3
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: 60, 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: 60, 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: 60, unit: 'MINUTES') }
8888

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

0 commit comments

Comments
 (0)