Skip to content

Commit 4e0548f

Browse files
author
Adam Bradley
committed
test(snapshot): reduce sleep to 400ms
1 parent b27f7e8 commit 4e0548f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/lib/ionic-snapshot.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var IonicSnapshot = function(options) {
1919
self.platformId = browser.params.platform_id;
2020
self.platformIndex = browser.params.platform_index;
2121
self.platformCount = browser.params.platform_count;
22-
self.sleepBetweenSpecs = options.sleepBetweenSpecs || 450;
22+
self.sleepBetweenSpecs = options.sleepBetweenSpecs || 400;
2323
self.width = browser.params.width || -1;
2424
self.height = browser.params.height || -1;
2525
self.highestMismatch = 0;

0 commit comments

Comments
 (0)