fix(core): fix a flaky test
This commit is contained in:
parent
6630658290
commit
cee187b9e9
@ -201,7 +201,7 @@ describe('run-many', () => {
|
||||
);
|
||||
performance.mark('end');
|
||||
const measure = performance.measure('projects', 'start', 'end');
|
||||
expect(measure.duration).toBeLessThan(4000);
|
||||
expect(measure.duration).toBeLessThan(10000);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user