mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-01 17:51:23 +00:00
[CI] Adjust query time threshold (#12748)
Allow larger buffer for test variation
This commit is contained in:
@@ -2366,7 +2366,7 @@ class BuildConsumeTest(BuildAPITest):
|
||||
expected_code=201,
|
||||
benchmark=True,
|
||||
max_query_count=180,
|
||||
max_query_time=1.5,
|
||||
max_query_time=2.5,
|
||||
)
|
||||
|
||||
build.refresh_from_db()
|
||||
|
||||
Reference in New Issue
Block a user