Skip to content

Commit

Permalink
attempt to fix flaky eth smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ettec committed Dec 12, 2024
1 parent feebcbc commit 388b658
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/ccip/changeset/test_assertions.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ func ConfirmCommitForAllWithExpectedSeqNums(
return false
}
},
3*time.Minute,
1*time.Second,
tests.WaitTimeout(t),
2*time.Second,
"all commitments did not confirm",
)
}
Expand Down

0 comments on commit 388b658

Please sign in to comment.