updated timeout for rackspace

This commit is contained in:
Adrian Cole 2010-04-15 10:14:22 -07:00
parent 177a53b3db
commit 486632d4be
1 changed files with 1 additions and 1 deletions

View File

@ -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 {
/**