Timeout after build finished (and succeeded)

Happened in this build: Travis CI - Test and Deploy with Confidence

Done. Your build exited with 0.

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

Check the details on how to adjust your build configuration on: Common Build Problems - Travis CI

The build has been terminated

The timeout also happened in this build: Travis CI - Test and Deploy with Confidence
(That one had some failing tests, but it still timed out after 10 minutes.)

Do I need to change something about the way Iā€™m running jest? Thanks!

Container stays up because of the yarn installation running gpg.
see: # Build doesn't finish after completing tests

to workaround, add this to .travis.yml:

env:
  - YARN_GPG=no
4 Likes

Awesome, that worked! Thanks very much!

Thanks!!!