mirror of https://github.com/apache/jclouds.git
Issue 158: Increase timeout (live tests failing)
This commit is contained in:
parent
20d03bbb13
commit
6fd4aff777
|
@ -31,7 +31,7 @@ import org.jclouds.softlayer.domain.ProductPackage;
|
|||
* @see <a href="http://sldn.softlayer.com/article/REST" />
|
||||
* @author Adrian Cole
|
||||
*/
|
||||
@Timeout(duration = 30, timeUnit = TimeUnit.SECONDS)
|
||||
@Timeout(duration = 45, timeUnit = TimeUnit.SECONDS)
|
||||
public interface ProductPackageClient {
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue