From 7396c836c79c74351d51ccd27f6b3cb1f2ebe416 Mon Sep 17 00:00:00 2001 From: Dev Aggarwal Date: Tue, 27 Feb 2024 19:32:16 +0530 Subject: [PATCH] increase test parallelism --- conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conftest.py b/conftest.py index d535b2b47..8eeb53b20 100644 --- a/conftest.py +++ b/conftest.py @@ -45,7 +45,7 @@ def _mock_gui_runner( @pytest.fixture -def threadpool_subtest(subtests, max_workers: int = 8): +def threadpool_subtest(subtests, max_workers: int = 64): ts = [] def submit(fn, *args, msg=None, **kwargs):