From 1d3ca95cc90123a9060dc7a9d44d489e812c1aa0 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Sat, 21 Jun 2025 08:23:15 -0500 Subject: [PATCH] Run all the tests again --- .config/nextest.toml | 2 +- .github/workflows/ci.yml | 3 +-- crates/uv/tests/it/pip_uninstall.rs | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.config/nextest.toml b/.config/nextest.toml index c063bb861..ef3703e28 100644 --- a/.config/nextest.toml +++ b/.config/nextest.toml @@ -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 } diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 175d2d13f..021d8593b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: diff --git a/crates/uv/tests/it/pip_uninstall.rs b/crates/uv/tests/it/pip_uninstall.rs index f7b07cbba..64e3c7a9b 100644 --- a/crates/uv/tests/it/pip_uninstall.rs +++ b/crates/uv/tests/it/pip_uninstall.rs @@ -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"