From d23b59a085c6878a1ca942f18651d17b805b39fd Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Thu, 19 Nov 2015 07:44:29 -0600 Subject: [PATCH] chore(): slow down snapshot :( --- scripts/snapshot/snapshot.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/snapshot/snapshot.config.js b/scripts/snapshot/snapshot.config.js index 2ef708315b..dc03911370 100644 --- a/scripts/snapshot/snapshot.config.js +++ b/scripts/snapshot/snapshot.config.js @@ -11,7 +11,7 @@ exports.config = { specs: 'dist/e2e/**/*e2e.js', //specs: 'dist/e2e/searchbar/**/*e2e.js', - sleepBetweenSpecs: 300, + sleepBetweenSpecs: 350, platformDefauls: { browser: 'chrome',