Skip to content

Commit b1d1573

Browse files
authored
Increase timeout for P100 tests. (#1217)
Tests run fine in 155s when I kick them off manually from a `linux-gpu-*` test worker. Pulling the image + waiting for a GPU worker sometimes takes more time.
1 parent 94eada8 commit b1d1573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ pipeline {
130130
stage('Test on P100') {
131131
agent { label 'ephemeral-linux-gpu' }
132132
options {
133-
timeout(time: 20, unit: 'MINUTES')
133+
timeout(time: 30, unit: 'MINUTES')
134134
}
135135
steps {
136136
sh '''#!/bin/bash

0 commit comments

Comments
 (0)