mirror of https://github.com/apache/jclouds.git
bumped up SoftLayer timeouts
This commit is contained in:
parent
9e0aaa949b
commit
5316cbc71c
|
@ -31,7 +31,7 @@ import org.jclouds.softlayer.domain.ProductPackage;
|
|||
* @see <a href="http://sldn.softlayer.com/article/REST" />
|
||||
* @author Adrian Cole
|
||||
*/
|
||||
@Timeout(duration = 45, timeUnit = TimeUnit.SECONDS)
|
||||
@Timeout(duration = 180, timeUnit = TimeUnit.SECONDS)
|
||||
public interface ProductPackageClient {
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue