Change the Wix Forms Error Message Display Time

Wix Forms provides built-in validation error messages for field input elements works well with I think one exception.

The time any validation error message is displayed over the form field where there was a validation error is quite brief (likely for a good reason that I can’t think of but would like to know if that reason exists).

That said, is there any velo local setting that can be used to override or modify the default system error display time?

This was a self inflict issue the result of not adhering to rule of limiting almost all code with velo onReady code block to be only in response to user actions such as for example onClick() events.

Once non-event related code was remove from onReady block the message duration problem cleared.