HBASE-9041 TestFlushSnapshotFromClient.testConcurrentSnapshottingAttempts fails; ATTEMPTED FIXUP

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1507658 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2013-07-27 15:05:03 +00:00
parent c776ff29a6
commit f0ad5ece68
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ public class TestFlushSnapshotFromClient {
private static final byte[] TEST_FAM = Bytes.toBytes("fam");
private static final byte[] TEST_QUAL = Bytes.toBytes("q");
private static final byte[] TABLE_NAME = Bytes.toBytes(STRING_TABLE_NAME);
private final int DEFAULT_NUM_ROWS = 100;
private final int DEFAULT_NUM_ROWS = 1000;
/**
* Setup the config for the cluster