File tree Expand file tree Collapse file tree 3 files changed +3
-10
lines changed
backend_api/app/tests/test_simulating_env/api Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
2323 - name : Set up Python
2424 uses : actions/setup-python@v5
2525 with :
26- python-version : " 3.10 "
26+ python-version : " 3.11 "
2727
2828 - run : docker compose build
2929 - run : docker compose down -v --remove-orphans
3030 - run : |
31- docker compose -f docker-compose.yml -f docker-compose.override.yml -f docker-compose.ci.yml up -d
31+ docker compose up -d
3232 docker compose -f docker-compose.test.yml up -d
3333
3434 - name : Run tests
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ async def perform_time_interval_requests_with_api_function(
4949 rate , interval_seconds = self ._get_rate_and_interval (
5050 rate_limits_per_interval
5151 )
52- if interval_seconds > 60 : # Skips test because it takes too long
52+ if interval_seconds > 40 : # Skips test because it takes too long
5353 continue
5454 skip_time = abs (rate - interval_seconds ) // rate
5555
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments