From: Nicolas Coden Date: Mon, 21 Jan 2019 21:44:13 +0000 (+0100) Subject: chore: increase Yarn network timeout in Travis X-Git-Tag: v6.6.0~3^2~39^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5090e7c2714f00db49c910d7f99e112005e88249;p=thirdparty%2Ffoundation%2Ffoundation-sites.git chore: increase Yarn network timeout in Travis See https://travis-ci.community/t/yarn-network-troubles/333 --- diff --git a/.travis.yml b/.travis.yml index dc76df5da..ff27ef034 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ matrix: node_js: stable env: ZF_TRAVIS_COMMAND=test:javascript:browserstack -install: yarn +install: yarn --network-timeout 1000000 script: yarn run $ZF_TRAVIS_COMMAND notifications: