mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Increase time allowed for bincount
This commit is contained in:
parent
cb684daeb0
commit
9bf810fe40
|
@ -41,7 +41,7 @@ describe('binCount.ts', () => {
|
|||
const res = binData(randomData, 5);
|
||||
|
||||
const endTime = Date.now();
|
||||
expect(endTime - startTime).toBeLessThan(20);
|
||||
expect(endTime - startTime).toBeLessThan(30);
|
||||
|
||||
expect(res.map((v) => v[1]).reduce((a, b) => a + b)).toEqual(randomData.length);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user