Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcauchi committed Oct 29, 2024
1 parent ed712a6 commit 24128ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-tests/testsetups/ocr.go
Original file line number Diff line number Diff line change
Expand Up @@ -831,6 +831,7 @@ func (o *OCRSoakTest) pollingOCREvents(endTest <-chan time.Time) error {
lastCheckedBlockNum := ^uint64(0)

go func() {
// TODO: Make this configurable
pollInterval := time.Second * 30
ticker := time.NewTicker(pollInterval)
defer ticker.Stop()
Expand Down

0 comments on commit 24128ee

Please sign in to comment.