Skip to content

Commit

Permalink
Doubling the timeout for the tenflow TPU build
Browse files Browse the repository at this point in the history
  • Loading branch information
djherbis committed May 16, 2022
1 parent 58003dc commit 2aa1486
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 @@ -58,7 +58,7 @@ pipeline {
}
stage('tensorflow TPU') {
options {
timeout(time: 180, unit: 'MINUTES')
timeout(time: 360, unit: 'MINUTES')
}
steps {
sh '''#!/bin/bash
Expand Down

0 comments on commit 2aa1486

Please sign in to comment.