How can I increase JTA transaction timeout in WildFly?
Can be updated in standalone.xml
as well as from Admin Console right?
The transaction timeout can also be changed in standalone.xml directly (without using the JBoss Client). Just add this to the transactions subsystem:
<coordinator-environment default-timeout="1800"/>