Skip to content

Commit

Permalink
Increase wait time for syscalls from 15 to 40 seconds OKAPI-717 (#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdickmeiss committed Mar 18, 2019
1 parent deefb07 commit 6f121b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@ private void doCallSystemInterface(String tenantId, String authToken,
String reqId = inst.getPath().replaceFirst("^[/_]*([^/]+).*", "$1");
cli.newReqId(reqId); // "tenant" or "tenantpermissions"
cli.enableInfoLog();
cli.setClosedRetry(15000);
cli.setClosedRetry(40000);
cli.request(inst.getMethod(), inst.getPath(), request, cres -> {
cli.close();
if (cres.failed()) {
Expand Down

0 comments on commit 6f121b1

Please sign in to comment.