File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -171,6 +171,7 @@ jobs:
171171 pip3 install -r requirements-dev.txt
172172
173173 - name : Run backend tests with coverage
174+ timeout-minutes : 5
174175 env :
175176 BACKEND_BASE_URL : https://127.0.0.1:443
176177 # Use default MongoDB credentials for CI
Original file line number Diff line number Diff line change 55from typing import Awaitable , Callable , Mapping
66
77import httpx
8- from app .settings import get_settings
98
109from app .core .exceptions import ServiceError
1110from app .core .logging import logger
3837from app .services .event_bus import EventBusManager
3938from app .services .kafka_event_service import KafkaEventService
4039from app .services .sse .redis_bus import SSERedisBus
41- from app .settings import Settings
40+ from app .settings import Settings , get_settings
4241
4342# Constants
4443ENTITY_EXECUTION_TAG = "entity:execution"
You can’t perform that action at this time.
0 commit comments