mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
pytest: mark test_commando_stress as slow.
It sometimes takes > 1800 seconds under valgrind. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -3124,6 +3124,7 @@ def test_commando_blacklist(node_factory):
|
|||||||
assert blacklisted_rune is True
|
assert blacklisted_rune is True
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.slow_test
|
||||||
def test_commando_stress(node_factory, executor):
|
def test_commando_stress(node_factory, executor):
|
||||||
"""Stress test to slam commando with many large queries"""
|
"""Stress test to slam commando with many large queries"""
|
||||||
nodes = node_factory.get_nodes(5)
|
nodes = node_factory.get_nodes(5)
|
||||||
|
|||||||
Reference in New Issue
Block a user