We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c05530 commit 61bd309Copy full SHA for 61bd309
Jenkinsfile
@@ -25,7 +25,7 @@ pipeline {
25
parallel {
26
stage('torch') {
27
options {
28
- timeout(time: 180, unit: 'MINUTES')
+ timeout(time: 300, unit: 'MINUTES')
29
}
30
steps {
31
sh '''#!/bin/bash
0 commit comments