Skip to content

Commit

Permalink
tests: raise broadcast limit
Browse files Browse the repository at this point in the history
  • Loading branch information
pro-wh committed Aug 14, 2020
1 parent b0cf662 commit 0a10ca4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/check-prep/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ func main() {
},
},
}
config.Construction.BroadcastLimit = 10

if err := ioutil.WriteFile("rosetta-cli-config.json", []byte(common.DumpJSON(config)), 0o666); err != nil {
panic(err)
Expand Down

0 comments on commit 0a10ca4

Please sign in to comment.