Skip to content

Commit

Permalink
Merge pull request mozilla#1291 from lissyx/pip-default-timeout
Browse files Browse the repository at this point in the history
Increase pip default timeout
  • Loading branch information
lissyx authored Mar 15, 2018
2 parents dc48ba3 + bb1fcc0 commit b6c7826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions taskcluster/test-darwin-opt-base.tyml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ then:
export TASKCLUSTER_TMP_DIR="$TASKCLUSTER_TASK_DIR/tmp" &&
export LC_ALL=C &&
export MACOSX_DEPLOYMENT_TARGET=10.10 &&
export PIP_DEFAULT_TIMEOUT=60 &&
env &&
git clone --quiet ${event.head.repo.url} $TASKCLUSTER_TASK_DIR/DeepSpeech/ds/ &&
cd $TASKCLUSTER_TASK_DIR/DeepSpeech/ds && git checkout --quiet ${event.head.sha} &&
Expand Down
1 change: 1 addition & 0 deletions taskcluster/test-linux-opt-base.tyml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ then:
DEEPSPEECH_TEST_MODEL: https://queue.taskcluster.net/v1/task/${training}/artifacts/public/output_graph.pb
DEEPSPEECH_PROD_MODEL: https://s3.amazonaws.com/deep-speech/mmap/output_graph.pb
DEEPSPEECH_PROD_MODEL_MMAP: https://s3.amazonaws.com/deep-speech/mmap/output_graph.pbmm
PIP_DEFAULT_TIMEOUT: 60

command:
- "/bin/bash"
Expand Down

0 comments on commit b6c7826

Please sign in to comment.