Fixes
authorAli Younis <ayounis@uci.edu>
Fri, 6 Oct 2017 20:14:21 +0000 (13:14 -0700)
committerAli Younis <ayounis@uci.edu>
Fri, 6 Oct 2017 20:14:21 +0000 (13:14 -0700)
version2/src/java/iotcloud/CloudComm.java
version2/src/java/light_fan_embed_fake_benchmark/BulbSwitch.java

index f12c2764e0a04520c94b6a094fd25c43266cf4f0..c08d4b2e9db766fc49dae177a270c8ea0f4fbed1 100644 (file)
@@ -21,7 +21,7 @@ import java.util.*;
 
 class CloudComm {
        private static final int SALT_SIZE = 8;
-       private static final int TIMEOUT_MILLIS = 2000; // 100
+       private static final int TIMEOUT_MILLIS = 5000; // 100
        public static final int IV_SIZE = 16;
 
        /** Sets the size for the HMAC. */
index 172446d9c7f2c951a0972140aec5a51948891081..0955ff17c25c12fdd962643c2b627dd304b1f88b 100644 (file)
@@ -13,7 +13,7 @@ class BulbSwitch {
         t1.rebuild(); // update
 
 
-        String a = "bulb";
+        String a = "bulb1";
         String b = "fan";
         IoTString ib = new IoTString(b);
         IoTString ia = new IoTString(a);