diff --git a/integration-tests/testsetups/ocr.go b/integration-tests/testsetups/ocr.go index 1b2b8ba6784..5b4a640b2fe 100644 --- a/integration-tests/testsetups/ocr.go +++ b/integration-tests/testsetups/ocr.go @@ -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()