Skip to content

Commit 9d3f5d0

Browse files
committed
Adjust test timeout, it too small for github actions.
Signed-off-by: Andrey Sobolev <[email protected]>
1 parent 47c61d1 commit 9d3f5d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ws-tests/api-tests/src/__tests__/rest.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,5 +292,5 @@ async function checkFindPerformance (conn: RestClient): Promise<void> {
292292
const avg = total / ops
293293
// console.log('ops:', ops, 'total:', total, 'avg:', )
294294
expect(ops).toEqual(attempts)
295-
expect(avg).toBeLessThan(5)
295+
expect(avg).toBeLessThan(6)
296296
}

0 commit comments

Comments
 (0)