test/CMakeLists.txt: bumped CTest timeout to accommodate macos-* runner slowness#6704
Merged
firewave merged 1 commit intocppcheck-opensource:mainfrom Aug 17, 2024
Merged
Conversation
Collaborator
Author
The same test on from the same workflow on Most of the time in tests is spent because of copying the settings (actually it is copying the |
7b9f520 to
d12c7be
Compare
macos-* slownessmacos-* runner slowness
e27323c to
99ec831
Compare
macos-* runner slownessmacos-* runner slowness
Collaborator
Author
|
I removed the timeout to get the actual runtime but the test finished in the expected amount of time: So I can only bump the timeout based on the factor (seems to be x5 at most) other tests were slower in the failing run. |
99ec831 to
5ecb4da
Compare
danmar
approved these changes
Aug 17, 2024
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.
The
macos-*runners are much slower than the other leading to sporadic timeouts when running CTest with a debug build in the CI.