chore: increase test timeout

v1.18.x
Barış Soner Uşaklı 4 years ago
parent 1968bf50f1
commit 0d7dfeeb86

@ -334,6 +334,7 @@ describe('Sorted Set methods', function () {
});
it('should work with big arrays (length > 100) ', async function () {
this.timeout(50000);
const keys = [];
for (let i = 0; i < 400; i++) {
/* eslint-disable no-await-in-loop */

Loading…
Cancel
Save