From 4769bc2ffbbf6c38b5bac9cc673b4a7aa8c95912 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Wed, 15 Jun 2016 12:44:59 -0400 Subject: [PATCH] chore: up the sleep on 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 d517bc3817..7da1cc7f54 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: 600, + sleepBetweenSpecs: 700, platformDefauls: { browser: 'chrome',