We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b4fc4 commit 9a5093bCopy full SHA for 9a5093b
tests/integration/scale.test.ts
@@ -22,5 +22,5 @@ test('Ajv compiles only one instance of schema', () => {
22
23
const took = Date.now() - t;
24
25
- expect(took).toBeLessThan(1000);
+ expect(took).toBeLessThan(2000);
26
});
0 commit comments