We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d85ac commit 41b05e1Copy full SHA for 41b05e1
tests/test_plugin.py
@@ -221,7 +221,7 @@ def test_plugin_dir(node_factory):
221
222
def test_plugin_slowinit(node_factory):
223
"""Tests that the 'plugin' RPC command times out if plugin doesnt respond"""
224
- os.environ['SLOWINIT_TIME'] = '61'
+ os.environ['SLOWINIT_TIME'] = '121'
225
n = node_factory.get_node()
226
227
with pytest.raises(RpcError, match=': timed out before replying to init'):
0 commit comments