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 committed Jan 27, 2021
1 parent 59b114f commit 259a393
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ private CredentialsStore getStore() {
}

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 259a393

Please sign in to comment.