Skip to content

Commit

Permalink
random change to try to fix a test ofr python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier committed Dec 18, 2023
1 parent c6c933f commit 37aecac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_subscriptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@ async def result(self):
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):
Expand Down

0 comments on commit 37aecac

Please sign in to comment.