Skip to content

Commit 44c6be3

Browse files
authored
chore: scale up slow tests (#2268)
1 parent 446e150 commit 44c6be3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/continue_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ jobs:
5757
type: string
5858
docker:
5959
- image: cimg/python:<< parameters.python_version >>
60-
resource_class: medium
60+
resource_class: large
6161
environment:
62-
PYTEST_XDIST_AUTO_NUM_WORKERS: 4
62+
PYTEST_XDIST_AUTO_NUM_WORKERS: 8
6363
steps:
6464
- halt_unless_core
6565
- checkout
@@ -82,9 +82,9 @@ jobs:
8282
style_and_slow_tests_pydantic_v1:
8383
docker:
8484
- image: cimg/python:3.10
85-
resource_class: medium
85+
resource_class: large
8686
environment:
87-
PYTEST_XDIST_AUTO_NUM_WORKERS: 4
87+
PYTEST_XDIST_AUTO_NUM_WORKERS: 8
8888
steps:
8989
- halt_unless_core
9090
- checkout

0 commit comments

Comments
 (0)