Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Aug 13, 2024
1 parent 456400e commit 1a5d600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Watchpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ describe("Watchpack", function() {

it("should watch a file in a directory when ignore is empty array", function(done) {
var w = new Watchpack({
aggregateTimeout: 300,
aggregateTimeout: 1000,
ignored: []
});
var changeEvents = 0;
Expand Down

0 comments on commit 1a5d600

Please sign in to comment.