From 23541420c5c6e331f3d4763a9e90e6c498dada2e Mon Sep 17 00:00:00 2001 From: th0r Date: Mon, 29 Jul 2019 23:03:04 +0300 Subject: [PATCH] Increase timeout --- test/analyzer.js | 2 +- test/plugin.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'); });