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 [SAP#62].

[SAP#62]: SAP#62
  • Loading branch information
anbrsap authored and alxsap committed Sep 24, 2021
1 parent 9708a53 commit 7cf75a2
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 7cf75a2

Please sign in to comment.