Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Jan 20, 2025
1 parent 37a34fd commit ed43291
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class AzureMetadataService {

private AzureMetadataService() {}

private static final Duration TIMEOUT = Duration.ofSeconds(1);
private static final Duration TIMEOUT = Duration.ofSeconds(5);

private static final Logger logger = Logger.getLogger(AzureMetadataService.class.getName());

Expand Down

0 comments on commit ed43291

Please sign in to comment.