Skip to content

Commit

Permalink
Make the test a bit more reliable (#12129)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsondav authored Feb 23, 2024
1 parent 4415ddb commit ec28bb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/services/ocr2/plugins/mercury/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,8 @@ func integration_MercuryV1(t *testing.T) {
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 ec28bb9

Please sign in to comment.