Changes
[iotcloud.git] / version2 / src / java / iotcloud / Test.java
index b0ab607d60b1e596e5ca7a0aec8ccb01ff8c3538..984b1f10ee533b38724f017c6834dcb2fc19bbba 100644 (file)
@@ -131,7 +131,7 @@ public class Test {
         // Do Updates for the keys
         System.out.println("Setting Key-Values...");
         startTime = System.nanoTime();
-        for (int t = 0; t < 3; t++) {
+        for (int t = 0; t < 1; t++) {
             for (int i = 0; i < NUMBER_OF_TESTS; i++) {
                 System.out.println(i);
                 String keyA = "a" + i;
@@ -244,7 +244,7 @@ public class Test {
         // Do Updates for the keys
         System.out.println("Setting Key-Values...");
         startTime = System.nanoTime();
-        for (int t = 0; t < 3; t++) {
+        for (int t = 0; t < 1; t++) {
             for (int i = 0; i < NUMBER_OF_TESTS; i++) {
                 System.out.println(i);
                 String keyA = "a" + i;