Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Travis times out when running Integ tests #739

Merged
merged 4 commits into from
Nov 1, 2018

Conversation

jfuss
Copy link
Contributor

@jfuss jfuss commented Oct 29, 2018

Travis expects output from commands and if no output is received,
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

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

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
@jfuss
Copy link
Contributor Author

jfuss commented Oct 31, 2018

What the heck Travis! Travis and our Py2.7 tests aren't liking each other... :(

.travis.yml Outdated Show resolved Hide resolved
@sanathkr sanathkr merged commit 1d276ea into aws:develop Nov 1, 2018
@sriram-mv sriram-mv mentioned this pull request Nov 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants