mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-25 17:42:57 +00:00
Adjust test timeout, it too small for github actions.
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
47c61d14e4
commit
9d3f5d0b76
@ -292,5 +292,5 @@ async function checkFindPerformance (conn: RestClient): Promise<void> {
|
|||||||
const avg = total / ops
|
const avg = total / ops
|
||||||
// console.log('ops:', ops, 'total:', total, 'avg:', )
|
// console.log('ops:', ops, 'total:', total, 'avg:', )
|
||||||
expect(ops).toEqual(attempts)
|
expect(ops).toEqual(attempts)
|
||||||
expect(avg).toBeLessThan(5)
|
expect(avg).toBeLessThan(6)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user