How can script continue running after a timeout error?

I have a timeout error but I don’t want the script to stop.

verifyText is what’s causing the error, but it’s intended.

SOLVED

For future references, if you want to bypass an [error], you have to line of command right before the condition such as verifyText with:

store | true | !ErrorIgnore

Hi, where I’ve to insert the command “store | true | !ErrorIgnore”, can you make an example? Thank you!