We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8c9ee4 commit 544c67bCopy full SHA for 544c67b
1 file changed
apps/testapp/cmd/init.go
@@ -35,7 +35,7 @@ func InitCmd() *cobra.Command {
35
// we use load in order to parse all the flags
36
cfg, _ := rollconf.Load(cmd)
37
cfg.Node.Aggregator = aggregator
38
- cfg.Node.BlockTime = rollconf.DurationWrapper{Duration: 100 * time.Millisecond}
+ cfg.Node.BlockTime = rollconf.DurationWrapper{Duration: 10 * time.Millisecond}
39
if err := cfg.Validate(); err != nil {
40
return fmt.Errorf("error validating config: %w", err)
41
}
0 commit comments