Skip to content

Commit

Permalink
update delay time
Browse files Browse the repository at this point in the history
  • Loading branch information
yennanliu committed Dec 20, 2024
1 parent d4a74c0 commit 71eb258
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public void updatePost(Post post) {

private void simulateDelay() {
try {
Thread.sleep(3000); // 3 seconds
Thread.sleep(10000); // 10 seconds
} catch (InterruptedException e) {
Thread.currentThread().interrupt();
}
Expand Down

0 comments on commit 71eb258

Please sign in to comment.