fix: fuzz

This commit is contained in:
cha0s 2021-01-03 21:43:21 -06:00
parent d63b03d34d
commit 8c486581e3

View File

@ -55,6 +55,6 @@ describe(name, () => {
Async: {},
},
});
expect(Date.now() - start).to.be.at.least(DELAY);
expect(Date.now() - start).to.be.at.least(DELAY * 0.9);
});
});