> @@ -553,7 +553,7 @@ protected void addTenObjectsUnderPrefix(String 
> containerName, String prefix) thr
>  
>     protected void awaitConsistency() {
>        if (view.getConsistencyModel() == ConsistencyModel.EVENTUAL) {
> -         Uninterruptibles.sleepUninterruptibly(10, TimeUnit.SECONDS);
> +         Uninterruptibles.sleepUninterruptibly(20, TimeUnit.SECONDS);

Sorry, this is called `RetryablePredicate` now.  Although even this is not a 
guarantee that subsequent operations will succeed.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/745/files#r30191997

Reply via email to