Skip to content

Commit d6986db

Browse files
committed
gpu build timed out, increase build time to 12hr for now
1 parent 54a0a32 commit d6986db

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: 180, unit: 'MINUTES')
125+
timeout(time: 720, unit: 'MINUTES')
126126
}
127127
steps {
128128
sh '''#!/bin/bash

0 commit comments

Comments
 (0)