Skip to content

Commit

Permalink
Revert "test: Bump memory usage treshold post pydantic v2 upgrade"
Browse files Browse the repository at this point in the history
This reverts commit af70328.
  • Loading branch information
ankush committed Jul 2, 2023
1 parent 265a28e commit 35039ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe/core/doctype/rq_job/test_rq_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def test_memory_usage(self):
# If this starts failing analyze memory usage using memray or some equivalent tool to find
# offending imports/function calls.
# Refer this PR: https://github.com/frappe/frappe/pull/21467
LAST_MEASURED_USAGE = 42
LAST_MEASURED_USAGE = 40
self.assertLessEqual(rss, LAST_MEASURED_USAGE * 1.05, msg)


Expand Down

0 comments on commit 35039ca

Please sign in to comment.