mirror of https://github.com/astral-sh/uv
use a laughably large test timeout (10 min) to unbreak CI
This commit is contained in:
parent
d27cec78b4
commit
8aa53df665
|
|
@ -1,4 +1,4 @@
|
|||
[profile.default]
|
||||
# Mark tests that take longer than 10s as slow.
|
||||
# Terminate after 90s as a stop-gap measure to terminate on deadlock.
|
||||
slow-timeout = { period = "10s", terminate-after = 9 }
|
||||
# Terminate after 10 minutes as a stop-gap measure to terminate on deadlock.
|
||||
slow-timeout = { period = "10s", terminate-after = 60 }
|
||||
|
|
|
|||
Loading…
Reference in New Issue