Skip to content

Commit 4790b19

Browse files
change memory stress test memory to more realistic number (#85)
1 parent 776218a commit 4790b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_routing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def test_duplicate_routers_without_module_level_router(self):
7777

7878
assert len(router_ids) == 5
7979

80-
@pytest.mark.limit_memory("100KB")
80+
@pytest.mark.limit_memory("1.5MB")
8181
@pytest.mark.xdist_group(group="memory_tests")
8282
def test_router_memory_stress_test(self):
8383
view_count = 10000

0 commit comments

Comments
 (0)