Use the setTimeout() function:

Code:
setTimeout("addone()", 30);
Where addone() is your function to add and 30 is the increment you wish to do it at.