From 77b77d15823dafa38b99b73bbd6191f89e11e853 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Sat, 5 Mar 2016 21:42:29 -0600 Subject: [PATCH] chore(snapshot): add more sleepBetweenSpecs --- 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 5a884e817d..b1b8dffa4a 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/button/**/*e2e.js', - sleepBetweenSpecs: 380, + sleepBetweenSpecs: 400, platformDefauls: { browser: 'chrome',