Skip to content

Commit

Permalink
Increase default timeout for requests made to CI Visibility backend t…
Browse files Browse the repository at this point in the history
…hrough EVP proxy (#6884)
  • Loading branch information
nikita-tkachenko-datadog committed Apr 4, 2024
1 parent 1bb1766 commit 386364a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public void createRemaining(Config config) {
}

private static long getHttpClientTimeout(Config config) {
if (!config.isCiVisibilityEnabled() || !config.isCiVisibilityAgentlessEnabled()) {
if (!config.isCiVisibilityEnabled()) {
return TimeUnit.SECONDS.toMillis(config.getAgentTimeout());
} else {
return config.getCiVisibilityBackendApiTimeoutMillis();
Expand Down

0 comments on commit 386364a

Please sign in to comment.