Github user mnovak1 commented on the issue:
https://github.com/apache/activemq-artemis/pull/2460
@michalxo Sorry, i got confused as you were asking to check this PR :-)
@feuillemorte @franz1981 Also byteman might do the trick. Byteman rule
would be triggered after write to journalFileOpenTimeout variable. Rule would
call byteman helper method in test case which would set some variable to given
value. Then this value would be asserted in test. I think that there are
already some tests like this in Arteims test suite.
---