> @@ -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);
It should only slow down tests that test a ConsistencyModel.EVENTUAL
Is this EVENTUAL maybe used in a way I didn't expect?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/745/files#r30187759