Skip to content

Commit 155edb7

Browse files
deanshubvalscion
andauthored
Fix tests timeout (#435)
* Fix tests timeout * wip * increasing timeout * Update test/plugin.js Co-authored-by: Vesa Laakso <[email protected]> * increasing timeout Co-authored-by: Vesa Laakso <[email protected]>
1 parent 80e1697 commit 155edb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/analyzer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const childProcess = require('child_process');
77
let nightmare;
88

99
describe('Analyzer', function () {
10-
this.timeout(5000);
10+
this.timeout(15000);
1111

1212
before(function () {
1313
const Nightmare = require('nightmare');

test/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe('Plugin', function () {
1515
describe('Plugin', function () {
1616
let nightmare;
1717

18-
this.timeout(3000);
18+
this.timeout(15000);
1919

2020
before(function () {
2121
const Nightmare = require('nightmare');

0 commit comments

Comments
 (0)