Skip to content

Commit

Permalink
wait longer before starting testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Aug 27, 2020
1 parent c25701b commit fe75d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ManyWatchers.js
Expand Up @@ -40,7 +40,7 @@ describe("ManyWatchers", function() {
}
testHelper.file("file");
files.push(path.join(fixtures, "file"));
testHelper.tick(1000, () => {
testHelper.tick(10000, () => {
const w = new Watchpack({
aggregateTimeout: 1000
});
Expand Down

0 comments on commit fe75d0d

Please sign in to comment.