Skip to content

Commit b963157

Browse files
authored
Increase GPU build timeout
1 parent 386b51d commit b963157

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
@@ -57,7 +57,7 @@ pipeline {
5757
// `--runtime=nvidia` flag for the `docker run` command when GPU support is needed.
5858
agent { label 'ephemeral-linux-gpu' }
5959
options {
60-
timeout(time: 45, unit: 'MINUTES')
60+
timeout(time: 60, unit: 'MINUTES')
6161
}
6262
steps {
6363
sh '''#!/bin/bash

0 commit comments

Comments
 (0)