reverted the AccessMethodTestsConfig file to the original setting

git-svn-id: https://hyracks.googlecode.com/svn/branches/hyracks_lsm_tree@1596 123451ca-8445-de46-9d55-352943316053
diff --git a/hyracks-test-support/src/main/java/edu/uci/ics/hyracks/storage/am/config/AccessMethodTestsConfig.java b/hyracks-test-support/src/main/java/edu/uci/ics/hyracks/storage/am/config/AccessMethodTestsConfig.java
index 1b10a2b..73ada0e 100644
--- a/hyracks-test-support/src/main/java/edu/uci/ics/hyracks/storage/am/config/AccessMethodTestsConfig.java
+++ b/hyracks-test-support/src/main/java/edu/uci/ics/hyracks/storage/am/config/AccessMethodTestsConfig.java
@@ -20,10 +20,10 @@
  */
 public class AccessMethodTestsConfig {
 	// Test params for RTree, LSMRTree and LSMRTreeWithAntiMatterTuples.
-	public static final int RTREE_NUM_TUPLES_TO_INSERT = 1000;
+	public static final int RTREE_NUM_TUPLES_TO_INSERT = 10000;
 	public static final int RTREE_NUM_INSERT_ROUNDS = 2;
 	public static final int RTREE_NUM_DELETE_ROUNDS = 2;
-	public static final int RTREE_MULTITHREAD_NUM_OPERATIONS = 1000;
+	public static final int RTREE_MULTITHREAD_NUM_OPERATIONS = 10000;
 	// Test params for LSMRTree and LSMRTreeWithAntiMatterTuples.
 	public static final int LSM_RTREE_BULKLOAD_ROUNDS = 5;
 	public static final int LSM_RTREE_MAX_TREES_TO_MERGE = 3;