We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a9bcfb commit 3d45626Copy full SHA for 3d45626
1 file changed
tests/test_reckless.py
@@ -157,6 +157,7 @@ def test_basic_help():
157
assert r.search_stdout("options:") or r.search_stdout("optional arguments:")
158
159
160
+@pytest.mark.timeout(120)
161
def test_reckless_version_listconfig(node_factory):
162
'''Version should be reported without loading config and should advance
163
with lightningd.'''
@@ -466,6 +467,7 @@ def test_reckless_available(node_factory):
466
467
assert r.search_stdout('testpluguv')
468
469
470
471
def test_reckless_notifications(node_factory):
472
"""Reckless streams logs to the reckless-rpc plugin which are emitted
473
as 'reckless_log' notifications"""
0 commit comments