Is the timeout setting of a loop block relative to the entire loop or per iteration of the loop?

Is the timeout setting enforced per iteration of the loop or for the entire loop? It's unclear from the documentation and help text.

Ahh it seems to be the entire loop block rather than each loop iteration...

2 Likes

@agib_mighty Looks like you figured this out! The timeout is on the entire loop block.

1 Like