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 386b51d commit b963157Copy full SHA for b963157
Jenkinsfile
@@ -57,7 +57,7 @@ pipeline {
57
// `--runtime=nvidia` flag for the `docker run` command when GPU support is needed.
58
agent { label 'ephemeral-linux-gpu' }
59
options {
60
- timeout(time: 45, unit: 'MINUTES')
+ timeout(time: 60, unit: 'MINUTES')
61
}
62
steps {
63
sh '''#!/bin/bash
0 commit comments