softlayer has been slow responding lately

This commit is contained in:
Adrian Cole 2012-02-03 00:23:06 -08:00
parent 4837cf92c5
commit 80a965d3fb
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ import java.util.concurrent.TimeUnit;
* @see <a href="http://sldn.softlayer.com/article/REST" />
* @author Jason King
*/
@Timeout(duration = 30, timeUnit = TimeUnit.SECONDS)
@Timeout(duration = 90, timeUnit = TimeUnit.SECONDS)
public interface AccountClient {
/**