Skip to content

Commit d5246de

Browse files
authored
Increase timeout for building the GPU image.
1 parent aef6592 commit d5246de

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
@@ -122,7 +122,7 @@ pipeline {
122122
stages {
123123
stage('Build GPU Image') {
124124
options {
125-
timeout(time: 120, unit: 'MINUTES')
125+
timeout(time: 180, unit: 'MINUTES')
126126
}
127127
steps {
128128
sh '''#!/bin/bash

0 commit comments

Comments
 (0)