Skip to content

Commit

Permalink
Fix tests timeout (#435)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
deanshub and valscion committed Apr 13, 2021
1 parent 80e1697 commit 155edb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/analyzer.js
Expand Up @@ -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');
Expand Down
2 changes: 1 addition & 1 deletion test/plugin.js
Expand Up @@ -15,7 +15,7 @@ describe('Plugin', function () {
describe('Plugin', function () {
let nightmare;

this.timeout(3000);
this.timeout(15000);

before(function () {
const Nightmare = require('nightmare');
Expand Down

0 comments on commit 155edb7

Please sign in to comment.