Skip to content

Commit

Permalink
Merge pull request #4923 from Agoric/ari/increase_timeout
Browse files Browse the repository at this point in the history
fix(docker): increase network timeout
  • Loading branch information
mergify[bot] authored Mar 26, 2022
2 parents 6170cd5 + 0356f93 commit 7f88cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/deployment/Dockerfile.sdk
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ARG XSNAP_NATIVE_URL
WORKDIR /usr/src/agoric-sdk
COPY . .

RUN yarn install --network-timeout 100000
RUN yarn install --network-timeout 1000000

# Need to build the Node.js node extension that uses our above Golang shared library.
COPY --from=cosmos-go /usr/src/agoric-sdk/golang/cosmos/build golang/cosmos/build/
Expand Down

0 comments on commit 7f88cf1

Please sign in to comment.