Skip to content

Commit 365347f

Browse files
test: fix
1 parent 43e266f commit 365347f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/caching.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ describe("HtmlWebpackPluginCaching", () => {
266266
const speedComparison =
267267
(multiCompileRunDurationInNs / singleCompileRunDurationInNs) * 100;
268268

269-
expect(speedComparison).toBeLessThan(250);
269+
expect(speedComparison).toBeLessThan(260);
270270
done();
271271
});
272272
});

0 commit comments

Comments
 (0)