How can I set the Tag TimeOut amount? Default is 10

How can I set the Tag TimeOut amount? Default is 10

You can define the default value for !timeout_wait on the Kantu settings page:

tw

Inside a macro you can do this with store | 120 | !timeout_wait where “120” is the new value. This value is then only used for this specific macro and is valid until the macro ends, or a new command like store | 30 | !timeout_wait is encountered.