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

Prevent timeout on travis integration tests #651

Merged
merged 2 commits into from
Nov 5, 2020

Conversation

TheRealFalcon
Copy link
Member

@TheRealFalcon TheRealFalcon commented Nov 3, 2020

Proposed Commit Message

Prevent timeout on travis integration tests

Add a script in travis to output a dot every 10 minute during
and integration test run to prevent travis timeout.

Additional Context

If a task gives no output for 10 minutes, travis will assume it hung and kill it. Integration tests can go for 10 minutes without outputting anything. This change adds an additional script to the travis task to output a every 10-ish minutes while integration tests are running.

Test Steps

n/a

Checklist:

  • My code follows the process laid out in the documentation
  • I have updated or added any unit tests accordingly
  • I have updated or added any documentation accordingly

Add a script in travis to output a dot every 10 minute during
and integration test run to prevent travis timeout.
@TheRealFalcon TheRealFalcon added wip Work in progress, do not land and removed wip Work in progress, do not land labels Nov 3, 2020
@TheRealFalcon TheRealFalcon self-assigned this Nov 4, 2020
@mitechie mitechie merged commit b542ce7 into canonical:master Nov 5, 2020
@TheRealFalcon TheRealFalcon deleted the test-timeout branch June 29, 2021 18:59
This was referenced May 12, 2023
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.

None yet

2 participants