We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 776218a commit 4790b19Copy full SHA for 4790b19
tests/test_routing.py
@@ -77,7 +77,7 @@ def test_duplicate_routers_without_module_level_router(self):
77
78
assert len(router_ids) == 5
79
80
- @pytest.mark.limit_memory("100KB")
+ @pytest.mark.limit_memory("1.5MB")
81
@pytest.mark.xdist_group(group="memory_tests")
82
def test_router_memory_stress_test(self):
83
view_count = 10000
0 commit comments