mirror of https://github.com/apache/jclouds.git
updated timeout for rackspace
This commit is contained in:
parent
177a53b3db
commit
486632d4be
|
@ -52,7 +52,7 @@ import com.google.common.util.concurrent.ListenableFuture;
|
|||
* @see <a href="http://docs.rackspacecloud.com/servers/api/cs-devguide-latest.pdf" />
|
||||
* @author Adrian Cole
|
||||
*/
|
||||
@Timeout(duration = 30, timeUnit = TimeUnit.SECONDS)
|
||||
@Timeout(duration = 60, timeUnit = TimeUnit.SECONDS)
|
||||
public interface CloudServersClient {
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue