From 867438eda8360e21bd0208400ea09ea714f3fe60 Mon Sep 17 00:00:00 2001 From: Daniel Campos Olivares Date: Fri, 19 Sep 2025 18:52:18 +0200 Subject: [PATCH] fix: Increase default 3s timeout on Pytest (#1866) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4b7942dc3..b222ef481 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ asyncio_mode = "auto" asyncio_default_fixture_loop_scope = "session" asyncio_default_test_loop_scope = "session" # filterwarnings = ["error::DeprecationWarning"] -timeout = 3 +timeout = 5 env = [ "FASTMCP_TEST_MODE=1", 'D:FASTMCP_LOG_LEVEL=DEBUG',