From 66f764ab336282596a8546e75203197d2a73fc19 Mon Sep 17 00:00:00 2001 From: Mateusz Date: Wed, 20 May 2026 17:09:25 +0100 Subject: [PATCH] Add retries to async query tests --- test/asyncquery.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/asyncquery.test.ts b/test/asyncquery.test.ts index 362bae5..71a26ea 100644 --- a/test/asyncquery.test.ts +++ b/test/asyncquery.test.ts @@ -47,6 +47,7 @@ async function waitForResults(handle: QueryHandle): Promise { function genericAsyncTests(instance: () => Cluster | Scope) { describe('#asyncQueryTests', function () { this.timeout(180_000) + this.retries(3) before(async function () { harness.skipIfIntegrationDisabled(this)