Skip to content

Commit b4fc6e9

Browse files
committed
Increase circleci machine type
1 parent deb6c9f commit b4fc6e9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.circleci/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,15 @@ jobs:
119119
simulations:
120120
executor: golang
121121
parallelism: 1
122+
resource_class: large
122123
steps:
123124
- checkout
124125
- run:
125126
name: Run simulations
126127
command: |
127128
make test-sim-multi-seed-short
128129
- store_artifacts:
129-
path: /tmp/sim-logs-*
130+
path: /tmp
130131

131132
upload-coverage:
132133
executor: golang

app/params/weights.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ const (
2020
DefaultWeightCommunitySpendProposal int = 5
2121
DefaultWeightTextProposal int = 5
2222
DefaultWeightParamChangeProposal int = 5
23-
DefaultWeightMsgStoreCode int = 100
23+
DefaultWeightMsgStoreCode int = 50
2424
DefaultWeightMsgInstantiateContract int = 100
2525
)

0 commit comments

Comments
 (0)