Bump the test timeout from 90s -> 120s (#14170)

In hopes of resolving https://github.com/astral-sh/uv/issues/14158

We should also see why the tests are so slow though.
This commit is contained in:
Zanie Blue 2025-07-02 08:39:58 -05:00 committed by GitHub
parent bf5dcf9929
commit b0db548c80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
[profile.default] [profile.default]
# Mark tests that take longer than 10s as slow. # Mark tests that take longer than 10s as slow.
# Terminate after 90s as a stop-gap measure to terminate on deadlock. # Terminate after 120s as a stop-gap measure to terminate on deadlock.
slow-timeout = { period = "10s", terminate-after = 9 } slow-timeout = { period = "10s", terminate-after = 12 }