mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-20 04:24:17 +02:00
Increase uv transport test timeout to 60s for cold-start CI
This commit is contained in:
parent
fec8e8d5ab
commit
cea6e935e9
1 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ _fastmcp_src_dir = (
|
|||
)
|
||||
|
||||
|
||||
@pytest.mark.timeout(10)
|
||||
@pytest.mark.timeout(60)
|
||||
@pytest.mark.client_process
|
||||
@pytest.mark.skipif(
|
||||
sys.platform == "win32",
|
||||
|
|
@ -54,7 +54,7 @@ async def test_uv_transport():
|
|||
assert sum == 3
|
||||
|
||||
|
||||
@pytest.mark.timeout(10)
|
||||
@pytest.mark.timeout(60)
|
||||
@pytest.mark.client_process
|
||||
@pytest.mark.skipif(
|
||||
sys.platform == "win32",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue