Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Travis times out when running Integ tests (aws#739)
Travis expects output from commands and if no ouput is recieved, Travis kills the build thinking command has stalled. Some of our integ tests cause this issue in travis: https://travis-ci.org/awslabs/aws-sam-cli/jobs/447830765 This commit adds travis_wait to our integ test command. Details on this can be found here: https://docs.travis-ci.com/user/common-build-problems/#my-builds-are-timing-out
- Loading branch information