fix(core): update
This commit is contained in:
@ -100,7 +100,7 @@ tap.test('should save the car to the db', async (toolsArg) => {
|
||||
});
|
||||
|
||||
tap.test('expect to get instance of Car with shallow match', async () => {
|
||||
const totalQueryCycles = totalCars / 6;
|
||||
const totalQueryCycles = totalCars / 2;
|
||||
let counter = 0;
|
||||
do {
|
||||
const timeStart = Date.now();
|
||||
|
Reference in New Issue
Block a user