Description: Update pytest.ini asyncio configuration
Author: Nick Morrott <nickm@debian.org>
Forwarded: not-needed
Last-Update: 2025-02-09
---
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,2 +1,4 @@
 [pytest]
-timeout = 5
+timeout = 10
+asyncio_mode = auto
+asyncio_default_fixture_loop_scope = function
