Run all the tests again

This commit is contained in:
Zanie Blue 2025-06-21 08:23:15 -05:00
parent 4d9bf05a91
commit 1d3ca95cc9
3 changed files with 3 additions and 4 deletions

View file

@ -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 }
slow-timeout = { period = "10s", terminate-after = 20 }

View file

@ -309,8 +309,7 @@ jobs:
--no-default-features \
--features python,pypi,python-managed \
--workspace \
--status-level skip --failure-output immediate-final --no-fail-fast -j 20 --final-status-level slow \
-- uninstall_duplicate_by_path
--status-level skip --failure-output immediate-final --no-fail-fast -j 20 --final-status-level slow
# Separate jobs for the nightly crate
windows-trampoline-check:

View file

@ -263,7 +263,7 @@ fn uninstall_duplicate_by_path() -> Result<()> {
.expect("Path is valid unicode"),
)?;
uv_snapshot!(context.filters(), context
uv_snapshot!(context
.pip_sync()
.arg("-vv")
.arg(requirements_txt.path()), @r"