Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up[Travis] Increase functional tests reserved time #1157
Conversation
Functional tests run in travis are given 1700 seconds. We are seeing more and more builds where it's not enough. So change the compile phase timeout to 800 seconds in order to have 2200 seconds for tests or cache the built binaries and restart with a full 3000 seconds for tests.
utACK 63af787 |
furszy
added a commit
that referenced
this pull request
Dec 2, 2019
63af787 [Travis] Increase functional tests reserved time (Warrows) Pull request description: Functional tests run in travis are given 1700 seconds. We are seeing more and more builds where it's not enough. So change the compile phase timeout to 800 seconds in order to have 2200 seconds for tests or cache the built binaries and restart with a full 3000 seconds for tests. Only for the full functional tests travis build. ACKs for top commit: random-zebra: utACK 63af787 furszy: utACK 63af787 Tree-SHA512: 1383f7dde8f07c2243965846b33f93f4c2250f28eeef46035de3aa6b927e36e18cf3c57c28596cb8b66b48d8c108778456af18e86375507f21c82588612c7e84
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Warrows commentedNov 29, 2019
Functional tests run in travis are given 1700 seconds. We are seeing more and more builds where it's not enough. So change the compile phase timeout to 800 seconds in order to have 2200 seconds for tests or cache the built binaries and restart with a full 3000 seconds for tests. Only for the full functional tests travis build.