Skip to content

Commit 9454603

Browse files
committed
update
1 parent 4f8bd6b commit 9454603

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.lightning/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ run: |
5252
uv run py-tree /var/tmp/torch
5353
5454
# Testing
55-
uv run coverage run --source litserve -m pytest src tests -v
55+
uv run coverage run --source litserve -m pytest src tests -v --capture=no
5656
5757
# Coverage reporting
5858
uv run coverage report

tests/unit/test_lit_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ async def test_worker_restart_and_server_shutdown():
773773
resp = await ac.post("/predict", json={"input": 0}, timeout=2)
774774
assert resp.status_code == 500
775775

776-
await asyncio.sleep(1)
776+
await asyncio.sleep(2)
777777

778778
tasks = []
779779
for _ in range(50):

0 commit comments

Comments
 (0)