From 0809bb035c187753816d4cb044a83c6049e9c125 Mon Sep 17 00:00:00 2001 From: Alexey Kasyanchuk Date: Tue, 23 Feb 2021 11:37:32 +0300 Subject: [PATCH] extend query limit --- tests/sphinx.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sphinx.test.js b/tests/sphinx.test.js index 335cb78..7a74343 100644 --- a/tests/sphinx.test.js +++ b/tests/sphinx.test.js @@ -61,7 +61,7 @@ describe("sphinx", () => { }) it("query limit", function(done) { - this.timeout(8000); + this.timeout(15000); const test = async () => { const sphinx = await pool() let promises = []