Skip to content

Commit

Permalink
tests: increase test_reckless.py::test_disable_enable sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
ksedgwic committed Nov 20, 2023
1 parent 00c1d9c commit 7a38d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_reckless.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,6 @@ def test_disable_enable(node_factory):
assert 'testplugpass enabled' in r.stdout
test_plugin = {'name': str(plugin_path / 'testplugpass.py'),
'active': True, 'dynamic': True}
time.sleep(1)
time.sleep(5)
print(n.rpc.plugin_list()['plugins'])
assert(test_plugin in n.rpc.plugin_list()['plugins'])

0 comments on commit 7a38d53

Please sign in to comment.