Skip to content

Commit

Permalink
Increase DeltaGrace
Browse files Browse the repository at this point in the history
  • Loading branch information
samsondav committed Feb 22, 2024
1 parent 176c78c commit b3a916a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/services/ocr2/plugins/llo/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ func setConfig(t *testing.T, steve *bind.TransactOpts, backend *backends.Simulat
2*time.Second, // DeltaProgress
20*time.Second, // DeltaResend
400*time.Millisecond, // DeltaInitial
100*time.Millisecond, // DeltaRound
0, // DeltaGrace
200*time.Millisecond, // DeltaRound
100*time.Millisecond, // DeltaGrace
300*time.Millisecond, // DeltaCertifiedCommitRequest
1*time.Minute, // DeltaStage
100, // rMax
Expand Down

0 comments on commit b3a916a

Please sign in to comment.