Skip to content

Commit

Permalink
jaxlib 3h to 5h timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
djherbis authored May 3, 2024
1 parent 20df467 commit adf40a5
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 @@ -64,7 +64,7 @@ pipeline {
}
stage('jaxlib') {
options {
timeout(time: 180, unit: 'MINUTES')
timeout(time: 300, unit: 'MINUTES')
}
steps {
sh '''#!/bin/bash
Expand Down

0 comments on commit adf40a5

Please sign in to comment.