-
Bug
-
Resolution: Done
-
Major
-
7.67.0.Final, 7.73.0.Final
-
None
-
False
-
None
-
False
-
NEW
-
NEW
-
+
-
Other
-
Reported by QE
Sometimes the build gets stuck during the test which is most probably due to "slower" main thread executing listener.reset(1) after the timer has already executed which means the main thread is waiting for the timer execution, which already happened, so the build gets stuck and times out.
Also, it seems that the current timer is quite short (500 ms), which can sometimes influence transaction handling and fail test, setting it to 1 second proves to be more stable.