Skip to content

Commit 617b422

Browse files
authored
Install mock package (#1197)
http://b/262387811
1 parent 9f27a5b commit 617b422

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ RUN pip install mpld3 && \
326326
pip install geoplot && \
327327
pip install eli5 && \
328328
pip install kaggle && \
329+
pip install mock && \
329330
/tmp/clean-layer.sh
330331

331332
RUN pip install tensorpack && \

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ pipeline {
145145
stage('Test on T4x2') {
146146
agent { label 'ephemeral-linux-gpu-t4x2' }
147147
options {
148-
timeout(time: 20, unit: 'MINUTES')
148+
timeout(time: 30, unit: 'MINUTES')
149149
}
150150
steps {
151151
sh '''#!/bin/bash

0 commit comments

Comments
 (0)