add timeout scaling with new metadata 'timeout_scale'#280
Open
svmhdvn wants to merge 1 commit into
Open
Conversation
Member
|
Perhaps, we want to fix the missing Kyuafile by a separate commit/PR. |
f6b379f to
90ebb63
Compare
Contributor
Author
Thanks, moved that to #281 |
Signed-off-by: Siva Mahadevan <siva@FreeBSD.org>
90ebb63 to
941aede
Compare
Contributor
Author
|
Added |
Member
|
It's time to ask Enji to take a look. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As noted in the manpage, this can be used to account for differences in performance characteristics between execution environments at a global level.
For example, if tests on average take < 5 minutes (current default timeout of 300s) on native x86_64, but take < 20 mins on QEMU-emulated aarch64,
timeout_scale = 4can be set inkyua.confon the emulated platform only. This can also be narrowly set on a per-test-suite basis to account for a group of exceedingly-long test cases.