int08h/roughenough

Travis build fails due to "no output" for 10+ minutes

Closed this issue · 1 comments

Starting from build https://travis-ci.org/int08h/roughenough/jobs/596836299
the AWS KMS build began taking >10 minutes, which Travis will abort
as a build failure.

After digging, found the travis_wait command and prefixed the cargo build and cargo test lines with it (in 9ee05c5).

However, also found that the Travis build caches were >13 GB 🤕. Deleted caches manually and now builds are finishing in <6 minutes. 🤷‍♂️