Skip to content

Commit 61bd309

Browse files
authored
Increase torch build timeout to 5h
1 parent 4c05530 commit 61bd309

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
@@ -25,7 +25,7 @@ pipeline {
2525
parallel {
2626
stage('torch') {
2727
options {
28-
timeout(time: 180, unit: 'MINUTES')
28+
timeout(time: 300, unit: 'MINUTES')
2929
}
3030
steps {
3131
sh '''#!/bin/bash

0 commit comments

Comments
 (0)