Skip to content

Commit

Permalink
increase ccip tests max query duration (#15201)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkouv authored Nov 12, 2024
1 parent 2e8e168 commit 8bcf868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/ccip/deploy_home_chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const (
DeltaCertifiedCommitRequest = 10 * time.Second
DeltaStage = 10 * time.Second
Rmax = 3
MaxDurationQuery = 50 * time.Millisecond
MaxDurationQuery = 500 * time.Millisecond
MaxDurationObservation = 5 * time.Second
MaxDurationShouldAcceptAttestedReport = 10 * time.Second
MaxDurationShouldTransmitAcceptedReport = 10 * time.Second
Expand Down

0 comments on commit 8bcf868

Please sign in to comment.