Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG committed Sep 18, 2024
1 parent 6d75aa6 commit fd7d29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/deployment/ccip/test_assertions.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func ConfirmCommitWithExpectedSeqNumRange(
var duration time.Duration
deadline, ok := t.Deadline()
if ok {
// add a minute to the deadline to ensure we don't miss it
// subtract a minute from the deadline to ensure we don't miss it
duration = deadline.Sub(time.Now().Add(-1 * time.Minute))
} else {
duration = 5 * time.Minute
Expand Down

0 comments on commit fd7d29b

Please sign in to comment.