bumped up SoftLayer timeouts

This commit is contained in:
Adrian Cole 2011-10-14 22:52:07 -07:00
parent 9e0aaa949b
commit 5316cbc71c
1 changed files with 1 additions and 1 deletions

View File

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