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 37a34fd commit ed43291Copy full SHA for ed43291
azure-resources/src/main/java/io/opentelemetry/contrib/azure/resource/AzureMetadataService.java
@@ -34,7 +34,7 @@ public class AzureMetadataService {
34
35
private AzureMetadataService() {}
36
37
- private static final Duration TIMEOUT = Duration.ofSeconds(1);
+ private static final Duration TIMEOUT = Duration.ofSeconds(5);
38
39
private static final Logger logger = Logger.getLogger(AzureMetadataService.class.getName());
40
0 commit comments