var keepCalling = true; setTimeout(function () { keepCalling = false; }, 60000); while (keepCalling) { callPeople(); }