-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
No Release
-
None
Two of the timer service tests in AS7 testsuite often fails due to a timeout. At least it looks like a timeout issue unless there is something else rotten in them. The tests wait 30s for the invocation of a timer which seems not to be sufficient sometimes. Need to say that 30s is a quite long timeout. It is weird. See the following PR for an example of such failures at the lightning.
https://github.com/jbossas/jboss-as/pull/4093
Affected tests:
TimerServicePersistenceSecondTestCase.testTimerServiceCalled
TimerServiceSerializationSecondTestCase.testTimerServiceRestoredWithCorrectInfo
I will try to reproduce it on QE Hudson as the tests pass nicely when running locally on my laptop.