From 0a10ca4583bcb13deff5ad8d83abc1e4ce562d46 Mon Sep 17 00:00:00 2001 From: Warren He Date: Fri, 14 Aug 2020 16:08:10 -0700 Subject: [PATCH] tests: raise broadcast limit --- tests/check-prep/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/check-prep/main.go b/tests/check-prep/main.go index c65cad87..21db53d0 100644 --- a/tests/check-prep/main.go +++ b/tests/check-prep/main.go @@ -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)