Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
th0r committed Jul 29, 2019
1 parent 33e3d49 commit 2354142
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 @@ -15,7 +15,7 @@ describe('Analyzer', function () {
});

beforeEach(async function () {
this.timeout(15000);
this.timeout(60000);
await nightmare.goto('about:blank');
});

Expand Down
2 changes: 1 addition & 1 deletion test/plugin.js
Expand Up @@ -14,7 +14,7 @@ describe('Plugin', function () {
});

beforeEach(async function () {
this.timeout(10000);
this.timeout(60000);
await nightmare.goto('about:blank');
});

Expand Down

0 comments on commit 2354142

Please sign in to comment.