Skip to content

Commit dd290c6

Browse files
committed
Increase performance threshold
1 parent be6f52f commit dd290c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/maybe-map.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ describe("maybe map", () => {
1111
);
1212

1313
const duration = Date.now() - start;
14-
expect(duration).toBeLessThan(5000);
14+
expect(duration).toBeLessThan(10_000);
1515
});
1616
});

0 commit comments

Comments
 (0)