Fix sporadic test failure (#1660)
This commit is contained in:
parent
e26d2cf08f
commit
80adbe1cf8
|
@ -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());
|
||||
|
||||
|
|
Loading…
Reference in New Issue