diff --git a/test/analyzer.js b/test/analyzer.js index ac30db9c..9a1cdcc8 100644 --- a/test/analyzer.js +++ b/test/analyzer.js @@ -7,7 +7,7 @@ const childProcess = require('child_process'); let nightmare; describe('Analyzer', function () { - this.timeout(5000); + this.timeout(15000); before(function () { const Nightmare = require('nightmare'); diff --git a/test/plugin.js b/test/plugin.js index b9e1369a..05c3f18c 100644 --- a/test/plugin.js +++ b/test/plugin.js @@ -15,7 +15,7 @@ describe('Plugin', function () { describe('Plugin', function () { let nightmare; - this.timeout(3000); + this.timeout(15000); before(function () { const Nightmare = require('nightmare');