From 155edb7a400215f3cc2b4fec6487512b1704c83a Mon Sep 17 00:00:00 2001 From: Dean Shub Date: Tue, 13 Apr 2021 11:04:40 +0300 Subject: [PATCH] Fix tests timeout (#435) * Fix tests timeout * wip * increasing timeout * Update test/plugin.js Co-authored-by: Vesa Laakso <482561+valscion@users.noreply.github.com> * increasing timeout Co-authored-by: Vesa Laakso <482561+valscion@users.noreply.github.com> --- 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 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');