From 0a7abd8a65b4d25f9d1c7c5799ae592bbb29f313 Mon Sep 17 00:00:00 2001 From: Artyom Savchenko Date: Mon, 23 Mar 2026 15:33:06 +0700 Subject: [PATCH] Try to fix unstable 'find avg' tests (#10669) * Try to fix unstable 'find avg' tests Signed-off-by: Artem Savchenko * Clean up Signed-off-by: Artem Savchenko --------- Signed-off-by: Artem Savchenko --- ws-tests/api-tests/src/__tests__/rest.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ws-tests/api-tests/src/__tests__/rest.test.ts b/ws-tests/api-tests/src/__tests__/rest.test.ts index ef7e10e6fc..1de19cdc51 100644 --- a/ws-tests/api-tests/src/__tests__/rest.test.ts +++ b/ws-tests/api-tests/src/__tests__/rest.test.ts @@ -175,12 +175,12 @@ describe('rest-api-server', () => { it('find avg', async () => { const conn = connect() await checkFindPerformance(conn) // 5ms max per operation - }) + }, 10000) it('find avg-europe', async () => { const conn = connect(apiWorkspace2) await checkFindPerformance(conn) // 5ms max per operation - }) + }, 10000) it('add space', async () => { const conn = connect()