Skip to content

Commit

Permalink
grammer
Browse files Browse the repository at this point in the history
  • Loading branch information
ikhoon committed Apr 23, 2024
1 parent 7d9a211 commit 96a680f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ public void start() throws InterruptedException {
}
}

// This logic won't completely prevent port duplication, but it is best efforts to reduce flaky.
// This logic won't completely prevent port duplication, but it is best efforts to reduce flakiness.
boolean success = true;
for (int i = 0; i < MAX_RETRIES; i++) {
success = true;
Expand Down

0 comments on commit 96a680f

Please sign in to comment.