From fd7d29b49f0c9a36fd2117ffeb8c4f8b9ceae3fc Mon Sep 17 00:00:00 2001 From: AnieeG Date: Wed, 18 Sep 2024 14:34:50 -0700 Subject: [PATCH] update comment --- integration-tests/deployment/ccip/test_assertions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/deployment/ccip/test_assertions.go b/integration-tests/deployment/ccip/test_assertions.go index 1bc3e2fd5c8..1fa605d6b2e 100644 --- a/integration-tests/deployment/ccip/test_assertions.go +++ b/integration-tests/deployment/ccip/test_assertions.go @@ -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