diff --git a/ws-tests/api-tests/src/__tests__/rest.test.ts b/ws-tests/api-tests/src/__tests__/rest.test.ts index cb87ba8b1f..a0698bf884 100644 --- a/ws-tests/api-tests/src/__tests__/rest.test.ts +++ b/ws-tests/api-tests/src/__tests__/rest.test.ts @@ -292,5 +292,5 @@ async function checkFindPerformance (conn: RestClient): Promise { const avg = total / ops // console.log('ops:', ops, 'total:', total, 'avg:', ) expect(ops).toEqual(attempts) - expect(avg).toBeLessThan(5) + expect(avg).toBeLessThan(6) }