extend query limit timeout

This commit is contained in:
Alexey Kasyanchuk
2021-02-17 17:04:56 +03:00
parent 8b1fc513ad
commit 3f46ea2af4
4 changed files with 8 additions and 7 deletions

View File

@ -61,6 +61,7 @@ describe("sphinx", () => {
})
it("query limit", function(done) {
this.timeout(8000);
const test = async () => {
const sphinx = await pool()
let promises = []