mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 13:34:17 +02:00
fix: Increase default 3s timeout on Pytest (#1866)
This commit is contained in:
parent
39a1e59bfd
commit
867438eda8
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ asyncio_mode = "auto"
|
|||
asyncio_default_fixture_loop_scope = "session"
|
||||
asyncio_default_test_loop_scope = "session"
|
||||
# filterwarnings = ["error::DeprecationWarning"]
|
||||
timeout = 3
|
||||
timeout = 5
|
||||
env = [
|
||||
"FASTMCP_TEST_MODE=1",
|
||||
'D:FASTMCP_LOG_LEVEL=DEBUG',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue