Skip to content

Commit c9c4062

Browse files
committed
ci: increase machine size for ledger-with-rocksdb
1 parent 67dfc4e commit c9c4062

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -684,21 +684,21 @@ jobs:
684684

685685
ledger-with-rocksdb-partition1:
686686
executor: rust-docker
687-
resource_class: << pipeline.parameters.large >>
687+
resource_class: << pipeline.parameters.xlarge >>
688688
steps:
689689
- run_test:
690690
workspace_member: snarkvm-ledger
691-
flags: --release --features=rocks --partition count:1/2 -- --test-threads=8
691+
flags: --release --features=rocks --partition count:1/2 -- --test-threads=10
692692
no_output_timeout: 20m
693693
timeout: 30m
694694

695695
ledger-with-rocksdb-partition2:
696696
executor: rust-docker
697-
resource_class: << pipeline.parameters.large >>
697+
resource_class: << pipeline.parameters.xlarge >>
698698
steps:
699699
- run_test:
700700
workspace_member: snarkvm-ledger
701-
flags: --release --features=rocks --partition count:2/2 -- --test-threads=8
701+
flags: --release --features=rocks --partition count:2/2 -- --test-threads=10
702702
no_output_timeout: 20m
703703
timeout: 30m
704704

0 commit comments

Comments
 (0)