Skip to content

Commit

Permalink
feat: increase ConnectorRemote timeouts #562
Browse files Browse the repository at this point in the history
  • Loading branch information
efiege committed Oct 10, 2023
1 parent 5ece112 commit 6104446
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public class ConnectorRemote {
private final ConnectorRemoteConfig config;

private final ObjectMapper objectMapper = JacksonJsonLd.createObjectMapper();
public final Duration timeout = Duration.ofSeconds(8);
public final Duration timeout = Duration.ofSeconds(60);
private final JsonLd jsonLd = new TitaniumJsonLd(new ConsoleMonitor());

public void createAsset(String assetId, Map<String, Object> dataAddressProperties) {
Expand Down

0 comments on commit 6104446

Please sign in to comment.