We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ebfa93 commit 3040da8Copy full SHA for 3040da8
java/src/main/java/com/genexus/util/saia/SaiaService.java
@@ -45,6 +45,7 @@ public static OpenAIResponse call(GXProcedure proc, OpenAIRequest request, boole
45
}
46
47
client.addString(jsonRequest);
48
+ client.setTimeout(600);
49
client.execute("POST", providerURL);
50
if (client.getStatusCode() == 200) {
51
String saiaResponse;
0 commit comments