We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The test fails because the final assertion is that all the started threads should end before timeout, which is 10 seconds.
Possible solutions:
increase the time out (other tests in the same class and in XSLDocumentTest have the timeout 30 seconds).
XSLDocumentTest
remove the assertion since it's not so relevant to the test anyway (to ensure the test won't fail at random again)
The text was updated successfully, but these errors were encountered:
@yegor256 dispatch this issue please, see par.21
Sorry, something went wrong.
@amihaiemil thanks for tis bug, I topped your account for 15 mins, transaction AP-6MC66331E4214470F
AP-6MC66331E4214470F
No branches or pull requests
The test fails because the final assertion is that all the started threads should end before timeout, which is 10 seconds.
Possible solutions:
increase the time out (other tests in the same class and in
XSLDocumentTest
have the timeout 30 seconds).remove the assertion since it's not so relevant to the test anyway (to ensure the test won't fail at random again)
The text was updated successfully, but these errors were encountered: