I\'m making a large request to the brightcove servers to make a batch change of metadata in my videos. It seems like it only made it through 1000 iterations and then stopped
Try the set_time_limit() function. Calling set_time_limit(0) will remove any time limits for execution of the script.
set_time_limit(0)