mirror of https://github.com/apache/jclouds.git
Increase timeout on potentially-lengthy cloneDrive() operation
This commit is contained in:
parent
df8d529235
commit
91c0492e6a
|
@ -219,6 +219,7 @@ public interface CloudSigmaClient {
|
|||
* options to control size
|
||||
* @return new drive
|
||||
*/
|
||||
@Timeout(duration = 300, timeUnit = TimeUnit.SECONDS)
|
||||
DriveInfo cloneDrive(String sourceUuid, String newName, CloneDriveOptions... options);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue