From a4f2f55279d2a8ed198d985f4588c1f4a979433e Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Mon, 23 Mar 2026 14:01:55 +0200 Subject: [PATCH] fix: timeout --- tests/conftest.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 7ad251067..9a688c4af 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -65,7 +65,9 @@ def run_before_and_after_tests(settings: Settings): @pytest.fixture(scope="session") async def app(settings: Settings): app = create_app() - async with LifespanManager(app, startup_timeout=15, shutdown_timeout=15) as manager: + async with LifespanManager( + app, startup_timeout=300, shutdown_timeout=300 + ) as manager: settings.first_install = True await first_install( UpdateSuperuserPassword(