Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request #21 from jina-ai/increase-timeout
Browse files Browse the repository at this point in the history
fix: increase timeout ready
  • Loading branch information
nan-wang authored Jan 11, 2021
2 parents 91654c5 + 2d14063 commit e48de40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests/EmptyExecutor/manifest.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 0.16
version: 0.17
2 changes: 1 addition & 1 deletion .github/workflows/tests/ImageReader/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ author: Jina AI Dev-Team (dev-team@jina.ai)
url: https://jina.ai
vendor: Jina AI Limited
documentation: https://github.com/jina-ai/jina-hub
version: 0.0.16
version: 0.0.17
license: apache-2.0
keywords: [Some keywords to describe the executor, separated by commas]
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ else
mkdir -p ${ACCESS_DIRECTORY}
if [ ! -f ${ACCESS_FILE} ]; then touch ${ACCESS_FILE}; echo "access_token: ${GITHUB_TOKEN}" >> ${ACCESS_FILE}; fi

cmd="jina hub build --pull --prune-images --raise-error --host-info --test-uses"
cmd="jina hub build --pull --prune-images --raise-error --host-info --test-uses --timeout-ready 30000"
if [[ "$IS_PUSH" == true ]]; then
cmd="$cmd --push $TAR_PATH"

Expand Down

0 comments on commit e48de40

Please sign in to comment.