Skip to content

Commit

Permalink
add back sleep time
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhwarrier committed Sep 18, 2024
1 parent 8ec8cc2 commit 646d074
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration-tests/testsetups/keeper_benchmark.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,8 @@ func (k *KeeperBenchmarkTest) Run() {
}
k.automationTests[rIndex].SetTransmitterKeyIndex(txKeyId)
k.automationTests[rIndex].AddJobsAndSetConfig(k.t)

// Give time for OCR nodes to bootstrap
time.Sleep(1 * time.Minute)
}

k.log.Info().Msgf("Waiting for %d blocks for all upkeeps to be performed", inputs.Upkeeps.BlockRange+inputs.UpkeepSLA)
Expand Down

0 comments on commit 646d074

Please sign in to comment.