chore: increase test timeout

This commit is contained in:
Barış Soner Uşaklı
2021-01-04 17:09:14 -05:00
parent 1968bf50f1
commit 0d7dfeeb86

View File

@@ -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 */