Skip to content

Commit 544c67b

Browse files
committed
faster blocks
1 parent a8c9ee4 commit 544c67b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/testapp/cmd/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func InitCmd() *cobra.Command {
3535
// we use load in order to parse all the flags
3636
cfg, _ := rollconf.Load(cmd)
3737
cfg.Node.Aggregator = aggregator
38-
cfg.Node.BlockTime = rollconf.DurationWrapper{Duration: 100 * time.Millisecond}
38+
cfg.Node.BlockTime = rollconf.DurationWrapper{Duration: 10 * time.Millisecond}
3939
if err := cfg.Validate(); err != nil {
4040
return fmt.Errorf("error validating config: %w", err)
4141
}

0 commit comments

Comments
 (0)