|
@@ -310,7 +310,7 @@ public class RoomService {
|
|
|
private void queryConfigureRoomInfoResult(String devCode) {
|
|
|
Long timeout = Long.parseLong(CommonConfUtil.getConf("mqtt.dev.jihuo.timeout"));
|
|
|
try {
|
|
|
- Thread.sleep(timeout * 1000 + 5000);
|
|
|
+ Thread.sleep(timeout * 1000 + 100);
|
|
|
getConfigureRoomInfoResult(devCode);
|
|
|
} catch (Exception e){
|
|
|
e.printStackTrace();
|