Skip to content

Commit 76e295e

Browse files
committed
profiling-plugin test: add a timeout to address a CI failures
agreed to by @sokra here: webpack#6565 (comment)
1 parent b419a7b commit 76e295e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • test/configCases/plugins/profiling-plugin

test/configCases/plugins/profiling-plugin/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ it("should have proper setup record inside of the json stream", (done) => {
2424
// convert json stream to valid
2525
var source = JSON.parse(fs.readFileSync(path.join(__dirname, "events.json"), "utf-8").toString() + "{}]");
2626
expect(source[0].id).toEqual(1);
27+
done();
2728
}, 500)
2829
});

0 commit comments

Comments
 (0)