This is an odd problem I am having, after about 60 seconds (timed 4 times). I am running a loop that does a HTTPService call (only takes a couple of sec) and when it's all finished it goes back to the function and repeats adding to a counter.
Code works for smaller test samples (never got above 92 items). Item in my case are folder names.
Is there some sort of a timeout with code that doesn't require user input? I have checked my code many times now but there's nothing that shouldn't work.