From ac9d1665a3b8aa6d6b9a28f185e3314e5fc77c91 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Fri, 27 Jun 2025 13:58:00 -0500 Subject: [PATCH] How about 16? --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 737cf1e44..5501c90c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -260,7 +260,7 @@ jobs: --no-default-features \ --features python,python-managed,pypi,git,performance,crates-io \ --workspace \ - --status-level skip --failure-output immediate-final --no-fail-fast -j 12 --final-status-level slow + --status-level skip --failure-output immediate-final --no-fail-fast -j 16 --final-status-level slow cargo-test-windows: timeout-minutes: 15