Skip to content
Snippets Groups Projects
Commit 580b50b4 authored by harshit aggarwal's avatar harshit aggarwal
Browse files

Update TestUtils.java

parent 9a9e9385
No related branches found
No related tags found
1 merge request!20Adding helm charts and Istio config
Pipeline #12362 failed
......@@ -105,8 +105,8 @@ public abstract class TestUtils {
throws Exception {
Client client = getClient();
client.setConnectTimeout(600000);
client.setReadTimeout(600000);
client.setConnectTimeout(120000);
client.setReadTimeout(120000);
client.setFollowRedirects(false);
String url = getApiPath(path + query);
if (isHttp) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment