Describe the bug
When running the build script, sometimes during the test phase, specifically appsody build the build will freeze and become unresponsive. This causes Travis builds to "error out" forcing a restart. (Testing locally you can Ctrl-C to exit and re run)
To Reproduce
Steps to reproduce the behavior:
Run the build script locally
See: > appsody build freeze
On Travis: See the build error out.
Locally: See the build freeze forcing you to Ctrl-C and restart.
Expected behavior
Build script should finish successfully
Actual behaviour
Build script freezes locally and errors out on Travis due to no response
Describe the bug When running the build script, sometimes during the
test
phase, specificallyappsody build
the build will freeze and become unresponsive. This causes Travis builds to "error out" forcing a restart. (Testing locally you can Ctrl-C to exit and re run)To Reproduce Steps to reproduce the behavior:
> appsody build
freezeExpected behavior Build script should finish successfully
Actual behaviour Build script freezes locally and errors out on Travis due to no response