Skip to content

Increase timeout for filing review calls #280

@BryceStevenWilley

Description

@BryceStevenWilley

Has been timing out a lot in IL when trying to submit filings (but not when there's not a jury demand? Idk, it's all on Tyler's side).

Use this code where we already changed it for case search:

// Sometimes, getCases takes an incredibly long time. Bump timeout to 3 minutes
Client client = ClientProxy.getClient(port);
HTTPConduit http = (HTTPConduit) client.getConduit();
HTTPClientPolicy httpClientPolicy = new HTTPClientPolicy();
httpClientPolicy.setConnectionTimeout(180_000);
httpClientPolicy.setReceiveTimeout(180_000);
http.setClient(httpClientPolicy);

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions