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:
Rusty Russell 2023-06-06 14:32:56 +09:30
parent 33be5c8d80
commit 55119e6ca0
1 changed files with 1 additions and 0 deletions

View File

@ -3124,6 +3124,7 @@ def test_commando_blacklist(node_factory):
assert blacklisted_rune is True
@pytest.mark.slow_test
def test_commando_stress(node_factory, executor):
"""Stress test to slam commando with many large queries"""
nodes = node_factory.get_nodes(5)