mirror of https://github.com/astral-sh/uv
16 lines
404 B
TOML
16 lines
404 B
TOML
[profile.default]
|
|
# Mark tests that take longer than 10s as slow.
|
|
# Terminate after 120s as a stop-gap measure to terminate on deadlock.
|
|
slow-timeout = { period = "10s", terminate-after = 12 }
|
|
|
|
[test-groups]
|
|
serial = { max-threads = 1 }
|
|
|
|
[[profile.default.overrides]]
|
|
filter = 'test(native_auth)'
|
|
test-group = 'serial'
|
|
|
|
[[profile.default.overrides]]
|
|
filter = 'package(uv-keyring)'
|
|
test-group = 'serial'
|