Skip to content

Commit

Permalink
testing increment for connect timeout and read timeout to minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
breakponchito committed Oct 14, 2024
1 parent 1cb8029 commit 123b86d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public class TestMatrixTest {
public static final String TMP = getWorkspaceDir();

public static final String API_URL = "http://127.0.0.1:9090/api";
final Client client = ClientBuilder.newBuilder().build();
final Client client = ClientBuilder.newBuilder().connectTimeout(10, TimeUnit.MINUTES).readTimeout(10, TimeUnit.MINUTES).build();

WebTarget target;

Expand Down

0 comments on commit 123b86d

Please sign in to comment.