From 0b2ac1d9f605d092746a15e817a2ddf9b05d5e47 Mon Sep 17 00:00:00 2001 From: "Bruce B. Lacey" Date: Tue, 14 Mar 2017 15:50:56 -0700 Subject: [PATCH] ports-cache timeout * Use travis_wait for prime_local_ports_cache to increase ports-cache time limit imposed when restoring a ports-cache --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9b69f2ce31..879a067d8a 100755 --- a/.travis.yml +++ b/.travis.yml @@ -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