Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/analyzer.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('Analyzer', function () {

it('should support stats files with all the information in `children` array', async function () {
generateReportFrom('with-children-array.json');
await expectValidReport();
return expectValidReport();
Comment thread
valscion marked this conversation as resolved.
Outdated
});

it('should generate report containing worker bundles', async function () {
Expand Down
2 changes: 1 addition & 1 deletion test/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe('Plugin', function () {
describe('Plugin', function () {
let nightmare;

this.timeout(3000);
this.timeout(5000);
Comment thread
deanshub marked this conversation as resolved.
Outdated

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