Skip to content

Commit

Permalink
Increase memory limit to 130MB in test_field_param_memory
Browse files Browse the repository at this point in the history
  • Loading branch information
larsevj committed Mar 12, 2024
1 parent 55b9e3a commit ebb1d37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def test_surface_param_update(tmpdir):


@pytest.mark.integration_test
@pytest.mark.limit_memory("110 MB")
@pytest.mark.limit_memory("130 MB")
@pytest.mark.flaky(reruns=5)
def test_field_param_memory(tmpdir):
with tmpdir.as_cwd():
Expand Down

0 comments on commit ebb1d37

Please sign in to comment.