Skip to content

Commit

Permalink
increase test parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
devxpy committed Feb 29, 2024
1 parent 842b966 commit 7396c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 7396c83

Please sign in to comment.