Storing build cache on osx exceeded 10 minute timeout

4.5G of ccache regularly times out in OSX builds only on the storing cache stage.
https://travis-ci.org/github/MariaDB/server/jobs/721911486#L5980

Famous error:
“No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself.”

Or maybe its hitting the 50 minute build limit that’s triggering this error. It seems odd that it should always timeout in this exact spot however.

However this from travis’ internal scripts and not the config fie or its scripts.

All other builds in them matrix of similar size compete quicker:
s390x 204s
https://travis-ci.org/github/MariaDB/server/jobs/721911484

x86_64 bionic - 166 seconds
https://travis-ci.org/github/MariaDB/server/jobs/721911478#L5207

I’m experimenting cutting this side down, however I don’t think a cache storage failure at the end of the build couldn’t cause it to error.

Other suggestions welcome.