Skip to content

Commit adf40a5

Browse files
authored
jaxlib 3h to 5h timeout
1 parent 20df467 commit adf40a5

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
@@ -64,7 +64,7 @@ pipeline {
6464
}
6565
stage('jaxlib') {
6666
options {
67-
timeout(time: 180, unit: 'MINUTES')
67+
timeout(time: 300, unit: 'MINUTES')
6868
}
6969
steps {
7070
sh '''#!/bin/bash

0 commit comments

Comments
 (0)