Skip to content

Commit 20df467

Browse files
authored
jaxlib timeout 1hr to 3hr
Its failing to finish in time on the newest version of JAX
1 parent 81a4089 commit 20df467

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: 60, unit: 'MINUTES')
67+
timeout(time: 180, unit: 'MINUTES')
6868
}
6969
steps {
7070
sh '''#!/bin/bash

0 commit comments

Comments
 (0)