mirror of https://github.com/apache/jclouds.git
increased inconsistency window
git-svn-id: http://jclouds.googlecode.com/svn/trunk@1472 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
parent
07c36ec8cb
commit
f6a7a1bd4c
|
@ -67,7 +67,7 @@ import com.google.inject.Module;
|
|||
|
||||
public class S3IntegrationTest {
|
||||
protected static final String TEST_STRING = "<apples><apple name=\"fuji\"></apple> </apples>";
|
||||
public static long INCONSISTENCY_WINDOW = 1000;
|
||||
public static long INCONSISTENCY_WINDOW = 2000;
|
||||
|
||||
/**
|
||||
* Due to eventual consistency, bucket commands may not return correctly immediately. Hence, we
|
||||
|
|
Loading…
Reference in New Issue