ports-cache timeout

* Use travis_wait for prime_local_ports_cache to increase ports-cache
    time limit imposed when restoring a ports-cache
This commit is contained in:
Bruce B. Lacey
2017-03-14 15:50:56 -07:00
committed by Yorik van Havre
parent 981cca940f
commit 0b2ac1d9f6

View File

@@ -140,7 +140,7 @@ before_install:
if [ "${OSX_PORTS_CACHE}X" != "X" ]; then
brew install jq
cacheContext=$(create_helper_context repo=${OSX_PORTS_CACHE} auth_token=${GH_TOKEN} release=${FREECAD_RELEASE})
prime_local_ports_cache $cacheContext
travis_wait prime_local_ports_cache $cacheContext
fi
brew update >/dev/null
brew --config