From 0d7dfeeb86c178971aba1e4a9e32a8fbe04f3795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Mon, 4 Jan 2021 17:09:14 -0500 Subject: [PATCH] chore: increase test timeout --- test/database/sorted.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/database/sorted.js b/test/database/sorted.js index c63c653433..2670e7e791 100644 --- a/test/database/sorted.js +++ b/test/database/sorted.js @@ -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 */