Skip to content

Commit

Permalink
Check duration
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmci committed Jul 2, 2024
1 parent 22000a6 commit 800530f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-tests/ccip-tests/load/ccip_loadgen.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ func (c *CCIPE2ELoad) CCIPMsg() (router.ClientEVM2AnyMessage, *testreporters.Req
func (c *CCIPE2ELoad) Call(_ *wasp.Generator) *wasp.Response {
res := &wasp.Response{}
sourceCCIP := c.Lane.Source
c.Lane.Logger.Info().Msgf("Request Duration is %s", c.SkipRequestIfAnotherRequestTriggeredWithin.String())
recentRequestFoundAt := sourceCCIP.IsRequestTriggeredWithinTimeframe(c.SkipRequestIfAnotherRequestTriggeredWithin)
c.Lane.Logger.Info().Msgf("Recent Request Found At %s", recentRequestFoundAt)
if recentRequestFoundAt != nil {
Expand Down

0 comments on commit 800530f

Please sign in to comment.