-
Notifications
You must be signed in to change notification settings - Fork 210
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
check test hangs #113
Comments
Part of the unit tests run without emitting any output for a bit, then emit the results of all the tests which were run. How long did you wait for the unit tests to complete? As many of the tests are checking that Check's test timeouts work as expected, the portion where nothing is emitted may be a few minutes. As an example, the last build on Travis-CI which ran on GNU/Linux and used gcc/CMake took 6.5 minutes, where most of the time was spent in unit tests. If the timeout tests are disabled the unit tests run in a matter of seconds. An example of this is the MSVC build on AppVeyor, where the unit tests take less than a second. |
Ok thanks sorry my bad :-) |
I thought there was something wrong that they just hang... especially seeing they fail instead, with
but this issue tells me I'm wrong and I need to wait for 7 mins... :) |
and it hangs in there....
is something related to timeout???
The text was updated successfully, but these errors were encountered: