fix: fuzz
This commit is contained in:
parent
d63b03d34d
commit
8c486581e3
|
@ -55,6 +55,6 @@ describe(name, () => {
|
||||||
Async: {},
|
Async: {},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
expect(Date.now() - start).to.be.at.least(DELAY);
|
expect(Date.now() - start).to.be.at.least(DELAY * 0.9);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user