From 6185afa9bd1fff9891491b0429d17858078f8b92 Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Tue, 1 Jul 2025 06:18:23 -0700 Subject: [PATCH] chore: Increase test timeout to 30 seconds --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5c6c935..5c58dbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,4 +75,4 @@ select=["E", "F", "UP", "I"] [tool.pytest.ini_options] asyncio_mode = "auto" asyncio_default_fixture_loop_scope = "function" -timeout = 20 +timeout = 30