Commit 7db61582797e6b566900851abd11ec98da7da65a
1 parent
795e1fd6
Increase MQTT attributes/timeseries tests timeouts.
Showing
2 changed files
with
2 additions
and
2 deletions
... | ... | @@ -75,7 +75,7 @@ public abstract class AbstractMqttAttributesIntegrationTest extends AbstractMqtt |
75 | 75 | DeviceId deviceId = savedDevice.getId(); |
76 | 76 | |
77 | 77 | long start = System.currentTimeMillis(); |
78 | - long end = System.currentTimeMillis() + 2000; | |
78 | + long end = System.currentTimeMillis() + 5000; | |
79 | 79 | |
80 | 80 | List<String> actualKeys = null; |
81 | 81 | while (start <= end) { | ... | ... |
... | ... | @@ -104,7 +104,7 @@ public abstract class AbstractMqttTimeseriesIntegrationTest extends AbstractMqtt |
104 | 104 | String deviceId = savedDevice.getId().getId().toString(); |
105 | 105 | |
106 | 106 | long start = System.currentTimeMillis(); |
107 | - long end = System.currentTimeMillis() + 2000; | |
107 | + long end = System.currentTimeMillis() + 5000; | |
108 | 108 | |
109 | 109 | List<String> actualKeys = null; |
110 | 110 | while (start <= end) { | ... | ... |