python314Packages.fastmcp: increase very close pytest timeout (#538729)

This commit is contained in:
Gaétan Lepage
2026-07-05 19:50:46 +00:00
committed by GitHub
@@ -40,6 +40,11 @@ buildPythonPackage (finalAttrs: {
hash = "sha256-1W5NbWIULxFXGSozZEeITcPt1EbY6IsJLQdyevcn9BI=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "timeout = 5" "timeout = 50"
'';
build-system = [
hatchling
uv-dynamic-versioning