Skip to content

Commit

Permalink
Update prepare.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
hanakslr committed Nov 13, 2024
1 parent 9e204e8 commit a9f94f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion prepare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@ export default function prepare(
}

retries++;
setTimeout(() => {}, 2000); // wait 2s
setTimeout(() => {
console.log("Waiting");
}, 2000); // wait 2s
}
}

Expand Down

0 comments on commit a9f94f3

Please sign in to comment.