diff --git a/test/analyzer.js b/test/analyzer.js index d5c0a05e..f9075adc 100644 --- a/test/analyzer.js +++ b/test/analyzer.js @@ -15,7 +15,7 @@ describe('Analyzer', function () { }); beforeEach(async function () { - this.timeout(15000); + this.timeout(60000); await nightmare.goto('about:blank'); }); diff --git a/test/plugin.js b/test/plugin.js index 15690600..36fff7c5 100644 --- a/test/plugin.js +++ b/test/plugin.js @@ -14,7 +14,7 @@ describe('Plugin', function () { }); beforeEach(async function () { - this.timeout(10000); + this.timeout(60000); await nightmare.goto('about:blank'); });