03-22-2023 10:14 AM
I'm pretty sure there's no way to programmatically set the timeout of a "Wait On Asynchronous Call"; but does anybody know for sure?
03-22-2023 11:08 AM
I'm pretty sure there is not.
What I have always done instead was to set it to a short timeout, maybe 1ms or 10ms, and then put it in a While loop that only terminates when it resolves with no error or when the dynamic timeout time I wanted to use had elapsed. You could do that and just use scripting to set the While loop timeout instead of the internal timeout of the node.