Skip to content

Commit 2aa1486

Browse files
authored
Doubling the timeout for the tenflow TPU build
The previous run timed out: https://ci.kaggle.net/blue/organizations/jenkins/kernels%2Fdocker-python/detail/main/351/pipeline/30
1 parent 58003dc commit 2aa1486

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
@@ -58,7 +58,7 @@ pipeline {
5858
}
5959
stage('tensorflow TPU') {
6060
options {
61-
timeout(time: 180, unit: 'MINUTES')
61+
timeout(time: 360, unit: 'MINUTES')
6262
}
6363
steps {
6464
sh '''#!/bin/bash

0 commit comments

Comments
 (0)