Skip to content

Commit

Permalink
Adjusted max execution time
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieMc0 committed Jun 4, 2024
1 parent 3b8524b commit 24d9148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ func New(
app.MsgServiceRouter(),
app.AccountKeeper,
group.Config{
MaxExecutionPeriod: 24 * time.Hour, // 24 hours.
MaxExecutionPeriod: 48 * time.Hour, // forty eight hours.

Check warning on line 633 in app/app.go

View check run for this annotation

Codecov / codecov/patch

app/app.go#L633

Added line #L633 was not covered by tests
MaxMetadataLen: 255,
},
)
Expand Down

0 comments on commit 24d9148

Please sign in to comment.