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