Skip to content

Commit

Permalink
[Steward] [PATCH] increase log pump retry count
Browse files Browse the repository at this point in the history
Workaround for [#62].

[#62]: #62
  • Loading branch information
anbrsap authored and alxsap committed Nov 16, 2021
1 parent 9708a53 commit 121b073
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,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 121b073

Please sign in to comment.