Fix sporadic test failure (#1660)

This commit is contained in:
Trask Stalnaker 2025-02-22 09:05:52 -08:00 committed by GitHub
parent e26d2cf08f
commit 80adbe1cf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,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());