Maximum runtime exceeded question

0
I am testing a microflow that really takes a long time to complete. The problem is that Mendix shuts itself down because the maximum runtime is exceeded. But this way I can only do a partial check of the microflow. From the Mendix standpoint I can understand the reason, but is there a sollution to circumvent this?
asked
1 answers
1

Because you need to test "long running" microflow, you have no other chance then testing it on a machine with a licence. So you need to test it on a acceptance server or use your license key and set in the folder \deployment\data\

answered