Increase timeout on potentially-lengthy cloneDrive() operation

This commit is contained in:
Alasdair Hodge 2011-12-22 00:58:15 +00:00
parent df8d529235
commit 91c0492e6a
1 changed files with 1 additions and 0 deletions

View File

@ -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);
/**