Skip to content

Commit

Permalink
increase delay
Browse files Browse the repository at this point in the history
  • Loading branch information
olegshmuelov committed Oct 27, 2024
1 parent 0bc6433 commit 9cf0974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator/duties/scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func init() {
const (
// blockPropagationDelay time to propagate around the nodes
// before kicking off duties for the block's slot.
blockPropagationDelay = 200 * time.Millisecond
blockPropagationDelay = 300 * time.Millisecond
)

// DutiesExecutor is an interface for executing duties.
Expand Down

0 comments on commit 9cf0974

Please sign in to comment.