> @@ -48,6 +48,10 @@ protected BaseSwiftApiLiveTest() {
> provider = "openstack-swift";
> }
>
> + protected void awaitConsistency() {
> + Uninterruptibles.sleepUninterruptibly(5, TimeUnit.SECONDS);Should this use the `test.blobstore.await-consistency-timeout-seconds` property as used by `BaseBlobStoreIntegrationTest`? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/930/files#r55262454
