Skip to content

Commit

Permalink
Bump query limit
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed Nov 29, 2024
1 parent 23d6eb5 commit 6b6d435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/InvenTree/build/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def test_complete(self):
"status": 50, # Item requires attention
},
expected_code=201,
max_query_count=450, # TODO: Try to optimize this
max_query_count=600, # TODO: Try to optimize this
)

self.assertEqual(self.build.incomplete_outputs.count(), 0)
Expand Down

0 comments on commit 6b6d435

Please sign in to comment.