Commit fa56b0ed authored by Olivier's avatar Olivier

random change to try to fix a test ofr python 3.12

parent 3a56cccb
......@@ -1074,7 +1074,7 @@ async def test_publish(opc, mocker):
mocker.patch.object(asyncua.common.subscription.Subscription, "publish_callback", publish_callback.set_result)
mocker.patch.object(client.uaclient, "publish", publish)
sub = await client.create_subscription(30, None)
sub = await client.create_subscription(1, None)
await sub.subscribe_data_change(var, queuesize=2)
with pytest.raises(asyncio.TimeoutError):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment