Skip to content

Commit 9a5093b

Browse files
author
andy.patterson
committed
test: use less aggressive scale tests
1 parent f4b4fc4 commit 9a5093b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/scale.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ test('Ajv compiles only one instance of schema', () => {
2222

2323
const took = Date.now() - t;
2424

25-
expect(took).toBeLessThan(1000);
25+
expect(took).toBeLessThan(2000);
2626
});

0 commit comments

Comments
 (0)