Skip to content

Commit 16eb4ad

Browse files
committed
Add timeout
1 parent 3823b95 commit 16eb4ad

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ dev = [
5252
"pytest==8.4.2",
5353
"pytest-asyncio==1.2.0",
5454
"pytest-cov==7.0.0",
55+
"pytest-timeout==2.4.0",
5556
"pyvoy==0.1.0; sys_platform != 'win32'",
5657
"ruff~=0.13.2",
5758
"uvicorn==0.37.0",
@@ -73,6 +74,7 @@ module-name = "connectrpc"
7374

7475
[tool.pytest.ini_options]
7576
testpaths = ["test"]
77+
timeout = 1800 # 30 min
7678

7779
[tool.ruff.format]
7880
skip-magic-trailing-comma = true

uv.lock

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)