File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments