diff --git a/modules/browser/spyder_eye/command.js b/modules/browser/spyder_eye/command.js index c32f017da..f9a1fea60 100644 --- a/modules/browser/spyder_eye/command.js +++ b/modules/browser/spyder_eye/command.js @@ -26,7 +26,7 @@ beef.execute(function() { takeit = function() { for(var i = 0; i < takes; i++) { beef.debug('Taking ' + i + '. snapshot'); - setTimeout(snap, delay); + setTimeout(snap, delay * i); } };