Skip to content

Commit 8e73039

Browse files
committed
fix: up resources
1 parent bec12e1 commit 8e73039

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
path: test-logs.txt
172172
destination: test-logs
173173
test_jest_windows_with_docker:
174-
<<: *windows_medium
174+
<<: *windows_big
175175
parallelism: 2 # Run tests across 2 containers
176176
steps:
177177
- checkout
@@ -192,7 +192,7 @@ jobs:
192192
npm run test-jest-windows -- $TEST
193193
no_output_timeout: 20m
194194
test_jest_windows_no_docker:
195-
<<: *windows_medium
195+
<<: *windows_big
196196
parallelism: 2 # Run tests across 2 containers
197197
steps:
198198
- checkout

0 commit comments

Comments
 (0)