Bläddra i källkod

Updated conftest.py

maziggy 6 månader sedan
förälder
incheckning
4cf76c53c7
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      backend/tests/conftest.py

+ 1 - 1
backend/tests/conftest.py

@@ -94,7 +94,7 @@ async def test_engine():
     # Allow aiosqlite's background thread to finish processing the close
     # response before the per-function event loop shuts down, preventing
     # "RuntimeError: Event loop is closed" in call_soon_threadsafe.
-    await asyncio.sleep(0.01)
+    await asyncio.sleep(0.05)
 
 
 @pytest.fixture