> @@ -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);
I like the idea of using eventuallyTrue for testing, but I thought it was
deprecated/removed?
Seems to be the most efficient way to do it, though.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/745/files#r30191171