edits
[iotcloud.git] / version2 / src / java / iotcloud / CloudComm.java
index c08d4b2e9db766fc49dae177a270c8ea0f4fbed1..f12c2764e0a04520c94b6a094fd25c43266cf4f0 100644 (file)
@@ -21,7 +21,7 @@ import java.util.*;
 
 class CloudComm {
        private static final int SALT_SIZE = 8;
-       private static final int TIMEOUT_MILLIS = 5000; // 100
+       private static final int TIMEOUT_MILLIS = 2000; // 100
        public static final int IV_SIZE = 16;
 
        /** Sets the size for the HMAC. */