From 55119e6ca0709840560981ba9b041122b28d1d4a Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 6 Jun 2023 14:32:56 +0930 Subject: [PATCH] pytest: mark test_commando_stress as slow. It sometimes takes > 1800 seconds under valgrind. Signed-off-by: Rusty Russell --- tests/test_plugin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_plugin.py b/tests/test_plugin.py index 06879dd83..593a4e217 100644 --- a/tests/test_plugin.py +++ b/tests/test_plugin.py @@ -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)