Skip to content

Commit ba6f6f5

Browse files
authored
Increase timeout for CPU build step
1 parent aefd489 commit ba6f6f5

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
@@ -22,7 +22,7 @@ pipeline {
2222
stages {
2323
stage('Docker CPU Build') {
2424
options {
25-
timeout(time: 90, unit: 'MINUTES')
25+
timeout(time: 120, unit: 'MINUTES')
2626
}
2727
steps {
2828
sh '''#!/bin/bash

0 commit comments

Comments
 (0)