Skip to content

Commit 412a48b

Browse files
authored
Merge pull request #125 from ISISComputingGroup/FreddieAkeroyd-patch-1
Increase test memory allowance check
2 parents 5f22aa2 + 06dc85d commit 412a48b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test_memory_usage.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ def assert_commit_sizes_are_less_than_expected_max_commit_size(
133133

134134
def test_GIVEN_standard_setup_THEN_commit_size_of_python_processes_are_reasonable(self) -> None:
135135
process_cmdline_substrings_and_expected_max_commit_size = {
136-
"block_server.py": 900000,
137-
"database_server.py": 900000,
136+
"block_server.py": 950000,
137+
"database_server.py": 950000,
138138
}
139139
commit_sizes_in_kb = self.get_commit_sizes_in_kb(
140140
process_cmdline_substrings_and_expected_max_commit_size.keys()

0 commit comments

Comments
 (0)