mirror of https://github.com/apache/jclouds.git
increased timeout
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2404 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
parent
0703d20b8c
commit
76e624e66c
|
@ -77,7 +77,7 @@ public class TerremarkVCloudRestClientModule extends VCloudRestClientModule {
|
|||
@Provides
|
||||
@Singleton
|
||||
protected Predicate<URI> successTester(TaskSuccess success) {
|
||||
return new RetryablePredicate<URI>(success, 300, 10, TimeUnit.SECONDS);
|
||||
return new RetryablePredicate<URI>(success, 600, 10, TimeUnit.SECONDS);
|
||||
}
|
||||
|
||||
@Provides
|
||||
|
|
Loading…
Reference in New Issue