This commit is contained in:
Adam Bradley
2015-04-01 20:18:33 -05:00
parent 48f7d6bd26
commit fee7520291
15 changed files with 150 additions and 19 deletions

View File

@ -19,7 +19,7 @@ var IonicSnapshot = function(options) {
self.platformId = browser.params.platform_id;
self.platformIndex = browser.params.platform_index;
self.platformCount = browser.params.platform_count;
self.sleepBetweenSpecs = options.sleepBetweenSpecs || 600;
self.sleepBetweenSpecs = options.sleepBetweenSpecs || 750;
self.width = browser.params.width || -1;
self.height = browser.params.height || -1;
self.highestMismatch = 0;