Skip to content

Commit 41b05e1

Browse files
pytest: update test_plugin_slowinit to match longer timeout
1 parent c8d85ac commit 41b05e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def test_plugin_dir(node_factory):
221221

222222
def test_plugin_slowinit(node_factory):
223223
"""Tests that the 'plugin' RPC command times out if plugin doesnt respond"""
224-
os.environ['SLOWINIT_TIME'] = '61'
224+
os.environ['SLOWINIT_TIME'] = '121'
225225
n = node_factory.get_node()
226226

227227
with pytest.raises(RpcError, match=': timed out before replying to init'):

0 commit comments

Comments
 (0)