We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6f52f commit dd290c6Copy full SHA for dd290c6
tests/maybe-map.test.js
@@ -11,6 +11,6 @@ describe("maybe map", () => {
11
);
12
13
const duration = Date.now() - start;
14
- expect(duration).toBeLessThan(5000);
+ expect(duration).toBeLessThan(10_000);
15
});
16
0 commit comments