Skip to content

Commit

Permalink
Increase torch build timeout to 5h
Browse files Browse the repository at this point in the history
  • Loading branch information
djherbis authored Apr 25, 2024
1 parent 4c05530 commit 61bd309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pipeline {
parallel {
stage('torch') {
options {
timeout(time: 180, unit: 'MINUTES')
timeout(time: 300, unit: 'MINUTES')
}
steps {
sh '''#!/bin/bash
Expand Down

0 comments on commit 61bd309

Please sign in to comment.