Temporarily disable parametrization time-out

Description of the limitation and why it is relevant to address

As a developer I want to want to temporarily disable the parametrization timeout so that I can debug functions in the parametrization without Viktor aborting the call after like 5 seconds

I think this is relevant for the VIKTOR platform because we often create functions in the parametrization for example to control the visibility or the create a list of OptionListElements. At the moment, if you debug these functions, viktor gives a time-out after 5 seconds and the debug session will end. As a developer I want to temporarily disable this in my development workspace.

Submitter proposed design (optional)

None

Current workarounds

Printing the values or be really quick with inspecting values in the 5 seconds you get

Nice feature request. Can imagine this is indeed annoying when debugging. This holds potentially for every place where there is a timeout then.

Besides the parametrization there is also the ‘step next’ button that contains a timeout. Not sure if there are others.