Skip to content

Commit

Permalink
fix: log formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ctjlewis committed Apr 22, 2024
1 parent e97ce75 commit 4eaaa50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export async function test(batchSize = 1, waitTime = 60) {
const indexes = new Array(numBatches).keys()
for (const batch of tqdm(indexes)) {
if (batch > 0) {
console.log()
console.log(`${waitTime} second cooldown...`)
await new Promise(resolve => setTimeout(resolve, waitTime * 1000))
}
Expand Down

0 comments on commit 4eaaa50

Please sign in to comment.