Skip to content

Commit

Permalink
Increment the wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
gimantha committed Nov 25, 2024
1 parent 5299c50 commit 2ecf8a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public void run() {
}
feedAndPrint(s);
} else {
TimeUnit.MICROSECONDS.sleep(200);
TimeUnit.MILLISECONDS.sleep(5);
}
}
String s = bufferedReader.readLine();
Expand Down

0 comments on commit 2ecf8a2

Please sign in to comment.