fix: stabilize storage and test coverage

This commit is contained in:
2026-07-23 16:45:15 +03:00
parent 7961ef51ba
commit 7faa913767
22 changed files with 344 additions and 77 deletions

View File

@@ -14,7 +14,7 @@ BACKEND := $(ROOT)/backend
FRONTEND := $(ROOT)/frontend
VENV := $(BACKEND)/.venv/bin/activate
TIMEOUT_FAST := 120
TIMEOUT_FAST := 600
TIMEOUT_SLOW := 600
.PHONY: help test test-unit test-frontend test-related test-integration test-e2e test-all