HBASE-8116 TestSnapshotCloneIndependence fails in trunk builds intermittently

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1456753 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Enis Soztutar 2013-03-15 03:13:25 +00:00
parent aa4092c83d
commit 76dbb6f616
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ public class TestSnapshotCloneIndependence {
}
private static void waitOnSplit(final HTable t, int originalCount) throws Exception {
for (int i = 0; i < 45; i++) {
for (int i = 0; i < 200; i++) {
try {
Thread.sleep(50);
} catch (InterruptedException e) {