Skip to content

Commit

Permalink
[Steward] [PATCH] increase log pump retry count
Browse files Browse the repository at this point in the history
  • Loading branch information
romanisb authored Jun 14, 2023
1 parent b005ef4 commit 41fd83c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ private CauseAction createCauseAction(String cause) {
}

private void writeLogTo(PrintStream out) throws IOException, InterruptedException {
final int retryCnt = 10;
final int retryCnt = 200;

// read output in a retry loop, by default try only once
// writeWholeLogTo may fail with FileNotFound
Expand Down

0 comments on commit 41fd83c

Please sign in to comment.