jcabi-xml icon indicating copy to clipboard operation
jcabi-xml copied to clipboard

XMLDocumentTest.parsesInMultipleThreads() fails randomly

Open amihaiemil opened this issue 9 years ago • 2 comments

The test fails because the final assertion is that all the started threads should end before timeout, which is 10 seconds.

Possible solutions:

  1. increase the time out (other tests in the same class and in XSLDocumentTest have the timeout 30 seconds).

  2. remove the assertion since it's not so relevant to the test anyway (to ensure the test won't fail at random again)

amihaiemil avatar Mar 29 '16 22:03 amihaiemil

@yegor256 dispatch this issue please, see par.21

dmarkov avatar Apr 04 '16 07:04 dmarkov

@amihaiemil thanks for tis bug, I topped your account for 15 mins, transaction AP-6MC66331E4214470F

dmarkov avatar Apr 05 '16 09:04 dmarkov