mirror of https://github.com/apache/jclouds.git
JCLOUDS-931: Fix up bad cherry pick
This commit is contained in:
parent
a05f369807
commit
d28f4eb046
|
@ -168,7 +168,9 @@ public class BaseBlobStoreIntegrationTest extends BaseViewLiveTest<BlobStoreCont
|
|||
}
|
||||
}
|
||||
}
|
||||
awaitConsistency();
|
||||
if (context.getConsistencyModel() == ConsistencyModel.EVENTUAL) {
|
||||
Thread.sleep(10000);
|
||||
}
|
||||
testContext.setAttribute("containerNames", containerNames);
|
||||
System.err.printf("*** containers to test: %s%n", containerNames);
|
||||
// careful not to keep too many files open
|
||||
|
|
Loading…
Reference in New Issue