Skip to content

Commit

Permalink
refine timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
shalk committed Dec 19, 2024
1 parent 63fdefb commit 2fa992f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ abstract class JaxRsClientTest extends AbstractHttpClientTest<Invocation.Builder

protected static final List<String> BODY_METHODS = asList("POST", "PUT");
protected static final int CONNECT_TIMEOUT_MS = 5000;
protected static final int READ_TIMEOUT_MS = 2000;
protected static final int READ_TIMEOUT_MS = 3000;

@Override
public Invocation.Builder buildRequest(String method, URI uri, Map<String, String> headers) {
Expand Down

0 comments on commit 2fa992f

Please sign in to comment.